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

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Update

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
  • 2001 views
  • 1 like
  • 2 in conversation