nlme (version 3.1-1)

random.effects.lmList: Extract lmList Random Effects

Description

The difference between the individual lm components coefficients and their average is calculated.

Usage

random.effects(object)

Arguments

object
an object inheriting from class lmList, representing a list of lm objects with a common model.

Value

  • a vector with the differences between the individual lm coefficients in object and their average.

See Also

lmList, fixed.effects.lmList

Examples

Run this code
data(Orthodont)
fm1 <- lmList(distance ~ age | Subject, Orthodont)
random.effects(fm1)

Run the code above in your browser using DataCamp Workspace