Skip to content
Snippets Groups Projects
Commit 986f4e54 authored by Yin Xi's avatar Yin Xi
Browse files

Update README.md

parent 6074fe7d
Branches main
No related merge requests found
......@@ -57,8 +57,11 @@ there are only two parameters other than the input data
the dataset should be in long format with the following exact columns
SID: subject id, numerical or characters as long as uniquely identifies individual subjects
RID: reader id, numerical number only, should uniquely identify each individual reader
MID: method id, either "T" (new test) or "R" (reference).
MID: method id, either "T" (new test) or "R" (reference)
val: the actual measurement, numeric only
repeated measurements from the same reader on the same subject using the same method can be recorded as multiple rows with the same SID, RID and MID and different val. (i.e. there is no need to specify session ID) The algorithm automatically detect and adjust for intra-reader repeated reads.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment