Description Usage Arguments Details Value Author(s) References See Also Examples
Calculates the Profile intra-class correlations for a single profile (row) and a composite of the profiles (rows), following Shrout and Fleiss (1979), for the corresponding rows in each set provided to the function.
ICC1: Each target is rated by a different judge and the judges are selected at random. (This is a one-way ANOVA fixed effects model and is found by (MSB- MSW)/(MSB+ (nr-1)*MSW))
ICC2: A random sample of k judges rate each target. The measure is one of absolute agreement in the ratings. Found as (MSB- MSE)/(MSB + (nr-1)*MSE + nr*(MSJ-MSE)/nc)
ICC3: A fixed set of k judges rate each target. There is no generalization to a larger population of judges. (MSB - MSE)/(MSB+ (nr-1)*MSE)
Then, for each of these cases, is reliability to be estimated for a single rating or for the average of k ratings? (The 1 rating case is equivalent to the average intercorrelation, the k rating case to the Spearman Brown adjusted reliability.)
ICC1 is sensitive to differences in means between raters and is a measure of absolute agreement.
ICC2 and ICC3 remove mean differences between judges, but are sensitive to interactions of raters by judges. The difference between ICC2 and ICC3 is whether raters are seen as fixed or random effects.
ICC1k, ICC2k, ICC3K reflect the means of k raters.
1 | Profile.ICC(set1, set2, ..., omit = TRUE)
|
set1 |
A data.frame or matrix with corresponding rows in set2 and any additional sets passed to the function. |
set2 |
A data.frame or matrix with correpsonding rows in set1 and any additional sets passed to the function. |
... |
Additional matrices or data.frames with corresponding rows to set1 and set2 passed to the function. |
omit |
A logical indicating whether incomplete cases should be omitted from analysis. If set to FALSE and data are missing, warning(s) will result. |
This function returns the ICCs for the corresponding rows from set1, set2, and each additional set to passed to the function where single Profile ICCs (ICC[x,1]) and composite ICCs (ICC[x,k]) are computed for each group of corresponding rows in the sets. Follow Shrout and Fleiss (1979) for interpretation of the different ICCs.
A data.frame containing the above described ICCs.
Ryne A. Sherman
Shrout, P. E. & Fleiss, J. L. (1979). Intraclass correlations: Uses in assessing rater reliability. Psychological Bulletin, 86, 420-428
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.