pval.ICC1b: P-value of the ICC under ANOVA Model 1B for the specific null...

Description Usage Arguments Value References Examples

View source: R/icc1factor.r

Description

This function computes the p-value associated with the Intraclass Correlation Coefficient (ICC) under the one-factor ANOVA model where each rater may rate a different group of subject.

Usage

1
pval.ICC1b(ratings)

Arguments

ratings

This is a data frame containing 3 columns or more. The first column contains subject numbers (there could be duplicates if a subject was assigned multiple ratings) and each of the remaining columns is associated with a particular rater and contains its numeric ratings.

Value

This function returns a vector containing 6 p-values associated with the 6 null values 0,0.1,0.3,0.5,0.7,0.9.

References

Gwet, K.L. (2014): Handbook of Inter-Rater Reliability - 4th ed. chapter 8, section 8.3.5, equation 8.3.8. Advanced Analytics, LLC.

Examples

1
2
3
4
#iccdata1 is a small dataset that comes with the package. Use it as follows:
library(irrICC)
iccdata1 #see what the iccdata1 dataset looks like
pval.ICC1b(iccdata1)

irrICC documentation built on Sept. 23, 2019, 5:05 p.m.