REsdExtract: Extract the standard deviation of the random effects from a...

View source: R/merList.R

REsdExtractR Documentation

Extract the standard deviation of the random effects from a merMod object

Description

Extract the standard deviation of the random effects from a merMod object

Usage

REsdExtract(model)

Arguments

model

an object that inherits from class merMod

Value

a numeric vector for standard deviations of the random effects

Examples

fm1 <- lmer(Reaction ~ Days + (Days | Subject), sleepstudy)
REsdExtract(fm1)

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