pvals.ICC3r.nointer: P-values of ICC(3,1) under Model 3 without subject-rater...

Description Usage Arguments Value References Examples

View source: R/icc2x3.r

Description

This function can compute several p-values associated with the Intraclass Correlation Coefficient (ICC) used to quantify inter-rater reliability under the mixed factorial ANOVA model without subject-rater interaction (Model 3). This function computes the p-value for each of the null values specified in the parameter rho.zero.

Usage

1
pvals.ICC3r.nointer(dfra, rho.zero = 0)

Arguments

dfra

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.

rho.zero

This is an optional parameter that represents a vector containing an arbitrary number of null values between 0 and 1 for which a p-value will be calculated. If not specified then its default value will be 0.

Value

This function returns a vector containing p-values associated with the null values specified in the parameter rho.zero.

References

Gwet, K.L. (2014): Handbook of Inter-Rater Reliability - 4th ed. chapter 10, section 10.3.3 (page 286) Advanced Analytics, LLC.

Examples

1
2
3
4
5
#iccdata1 is a small dataset that comes with the package. Use it as follows:
library(irrICC)
iccdata1 #see what the iccdata1 dataset looks like
pvals.ICC3r.nointer(iccdata1)
pvals.ICC3r.nointer(iccdata1,seq(0.2,0.5,0.05))

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