fixed.effects.lmList {nlme} | R Documentation |
The average of the coefficients corresponding to the lm
components of object
is calculated.
fixed.effects(object)
object |
an object inheriting from class lmList , representing
a list of lm objects with a common model.
|
a vector with the average of the individual lm
coefficients in
object
.
Jose Pinheiro and Douglas Bates
data(Orthodont) fm1 <- lmList(distance ~ age | Subject, Orthodont) fixed.effects(fm1)