icc {featureCorMatrix} | R Documentation |
The function calculates the Intraclass correlation based on the results of the 'aov' function
icc(depvar, indvar)
depvar |
dependent variable, must be numeric |
indvar |
independent variable, must be categorical |
returns the Intraclass correlation
icc(depvar = iris$Sepal.Length, indvar = iris$Species)