Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.merModList

Summarize a merMod list


Description

Summarize a merMod list

Usage

## S3 method for class 'merModList'
print(x, ...)

Arguments

x

a modList of class merModList

...

additional arguments

Value

a summary object of model information

Examples

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)

merTools

Tools for Analyzing Mixed Effect Regression Models

v0.5.2
GPL (>= 2)
Authors
Jared E. Knowles [aut, cre], Carl Frederick [aut], Alex Whitworth [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.