From 986f4e54592a01ebcc5569ec6b47ab1c83edc326 Mon Sep 17 00:00:00 2001 From: Yin Xi <yin.xi@utsouthwestern.edu> Date: Tue, 9 May 2023 23:35:43 -0500 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de6fd20..74ad0f7 100644 --- a/README.md +++ b/README.md @@ -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. -- GitLab