BookmarkSubscribeRSS Feed
Shoriuchi
Calcite | Level 5

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!

2 REPLIES 2
Shoriuchi
Calcite | Level 5

Thank you so much!  My issue has been solved. Your suggestion was really helpful.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

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!

Register Now

What is ANOVA?

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.

Discussion stats
  • 2 replies
  • 1999 views
  • 1 like
  • 2 in conversation