Estimates the Intraclass Correlation Coefficient (ICC) and is meant to be as simple and fast as possible for use in Monte Carlo simulations or bootstrapping. Calculates the variance components 'by hand', instead of using the aov() function.
ICCbareF(x, y, data)
column name indicating individual or group id in the dataframe data
column name indicating measurements in the dataframe data
. Each entry in x
must have at least one non-NA value in y
a dataframe containing x
and y
the intraclass correlation coefficient
ICCbareF
is distinguished from ICCbare
, in that ICCbare
is more flexible and can handle missing values and unbalanced datasets. ICCbareF
cannot and should only be used on balanced datasets without any NAs.