modelRandEffStats | R Documentation |
Extract data.frame of random effect statistics from merMod List
modelRandEffStats(modList)
modList |
a list of multilevel models |
a data.frame
sim_list <- replicate(n = 10,
expr = sleepstudy[sample(row.names(sleepstudy), 180),],
simplify=FALSE)
fml <- "Reaction ~ Days + (Days | Subject)"
mod <- lmerModList(fml, data = sim_list)
modelRandEffStats(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.