print.merModList | R Documentation |
Summarize a merMod list
## S3 method for class 'merModList'
print(x, ...)
x |
a modList of class merModList |
... |
additional arguments |
a summary object of model information
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)
summary(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.