summary.merModList: Print the results of a merMod list

View source: R/merList.R

summary.merModListR Documentation

Print the results of a merMod list

Description

Print the results of a merMod list

Usage

## S3 method for class 'merModList'
summary(object, ...)

Arguments

object

a modList of class merModList

...

additional arguments

Value

summary content printed to console

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)
print(mod)

merTools documentation built on March 31, 2023, 8:43 p.m.