lm
components
coefficients and their average is calculated.random.effects(object)
lmList
, representing
a list of lm
objects with a common model.lm
coefficients in object
and their average.lmList
, fixed.effects.lmList
data(Orthodont)
fm1 <- lmList(distance ~ age | Subject, Orthodont)
random.effects(fm1)
Run the code above in your browser using DataLab