Hi, All
I am trying to calculate ICC(3,k) for repeatedly measured scores
I have case records scored by different judges repeatedly for three times.
I used PROC MIXED assuming compound symmetry but I could obtain only ICC(1,1).
Is there any way to calculate ICC(3,k) ?
PROC mixed;
Class case judge;
Model score=judge time judge*time/s;
repeated /rcorr type=cs subject=case group=judge;
run:
Any help appreciated!
There is a SAS macro to compute ICC3.
Thank you so much! My issue has been solved. Your suggestion was really helpful.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.
Find more tutorials on the SAS Users YouTube channel.