ICC1.lme(dv, grp, data)
ICC2.lme(dv, grp, data, weighted = FALSE)
GmeanRel
function. An alternate specification not used here,
but sometimes seen in the literature for ICC2 is to use the formula above for the total data
set, but replace nj with the average group size. This is the method used in Bliese's
mult.icc
.
ICC.CI
, mult.icc
, GmeanRel
library(nlme)
library(multilevel)
data(bh1996)
ICC1.lme(HRS, GRP, data=bh1996)
ICC2.lme(HRS, GRP, data=bh1996)
Run the code above in your browser using DataLab