Learn R Programming

merTools (version 0.6.2)

REsdExtract: 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)

Value

a numeric vector for standard deviations of the random effects

Arguments

model

an object that inherits from class merMod

Examples

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

Run the code above in your browser using DataLab