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.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.