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