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 Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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