powered by
The function calculates the Intraclass correlation based on the results of the `aov` function
icc(depvar, indvar)
dependent variable, must be numeric
independent variable, must be categorical
returns the Intraclass correlation
# NOT RUN { icc(depvar = iris$Sepal.Length, indvar = iris$Species) # }
Run the code above in your browser using DataLab