icc {featureCorMatrix}R Documentation

Calculates the Intraclass correlation

Description

The function calculates the Intraclass correlation based on the results of the 'aov' function

Usage

icc(depvar, indvar)

Arguments

depvar

dependent variable, must be numeric

indvar

independent variable, must be categorical

Value

returns the Intraclass correlation

Examples

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

[Package featureCorMatrix version 0.4.0 Index]