# Internal documentation -------------------------------------------------------
#
# ICC
icc.est <- function(model) {
u <- as.data.frame(VarCorr(model))$sdcor[1]
e <- sigma(model)
icc <- u / (u + e)
return(icc)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.