Calculating the Intraclass Correlation Coefficient (ICC) in SAS
2023.12.05 10:57
PDF page.11
ods output CovParms = cov1 ;
proc mixed data=dental method=ml;
class patient ;model score = ;
random patient ;
run ;
アプリで簡単、無料ホームページ作成
PDF page.11
ods output CovParms = cov1 ;
proc mixed data=dental method=ml;
class patient ;model score = ;
random patient ;
run ;