icc: Intraclass Correlation (ICC)

Description Usage Arguments Details Value Examples

View source: R/icc.R

Description

icc returns the intraclass correlation coefficient

Usage

1
icc(depvar, indvar)

Arguments

depvar

dependent variable, must be numeric

indvar

independent variable, must be categorical

Details

The function calculates the Intraclass Correlation Coefficient based on the results of the aov() function

Value

returns the intraclass correlation coefficient (ICC)

Examples

1
icc(depvar = iris$Sepal.Length, indvar = iris$Species)

gmoeser/featureCorMatrix documentation built on May 25, 2020, 12:53 a.m.