ICC2: Intraclass Correlation Coefficient 2 or ICC(2) from an aov...

View source: R/multilevel.R

ICC2R Documentation

Intraclass Correlation Coefficient 2 or ICC(2) from an aov model

Description

Calculates the Intraclass Correlation Coefficient 2 or ICC(2) from an ANOVA model. This value represents the reliability of the group means.

Usage

ICC2(object)

Arguments

object

An ANOVA (aov) object from an one-way analysis of variance.

Value

Provides an estimate of ICC(2) for the sample.

Author(s)

Paul Bliese pdbliese@gmail.com

References

Bliese, P. D. (2000). Within-group agreement, non-independence, and reliability: Implications for data aggregation and Analysis. In K. J. Klein & S. W. Kozlowski (Eds.), Multilevel Theory, Research, and Methods in Organizations (pp. 349-381). San Francisco, CA: Jossey-Bass, Inc.

Bartko, J.J. (1976). On various intraclass correlation reliability coefficients. Psychological Bulletin, 83, 762-765.

See Also

ICC1 aov sim.icc sim.mlcor

Examples

   data(bh1996)
   hrs.mod<-aov(HRS~as.factor(GRP),data=bh1996)
   ICC2(hrs.mod)

multilevel documentation built on March 18, 2022, 5:47 p.m.

Related to ICC2 in multilevel...