Hello,
I'm trying to calculate an icc in a test retest situation.
My variables are:
id (string, 28 different values)
test-number (string, 2 different values)
test-score (numeric, no missing values)
Each subject answered twice (one for a first test, one for a second test). I have 56 observations, 28 for each subject with test 1, and 28 for test 2.
The syntax should be
icc depvar target rater
so the code I tried is
icc test-score id test-number
I always end up with the following error
"no observations
r(2000);"
Am I doing a syntax error? Or should I format my data differently?
Thank you for your help.
I'm trying to calculate an icc in a test retest situation.
My variables are:
id (string, 28 different values)
test-number (string, 2 different values)
test-score (numeric, no missing values)
Each subject answered twice (one for a first test, one for a second test). I have 56 observations, 28 for each subject with test 1, and 28 for test 2.
The syntax should be
icc depvar target rater
so the code I tried is
icc test-score id test-number
I always end up with the following error
"no observations
r(2000);"
Am I doing a syntax error? Or should I format my data differently?
Thank you for your help.
Comment