ranef(object)
object
|
an object inheriting from class lmList, representing
a list of lm objects with a common model.
|
lm components
coefficients and their average is calculated.lm
coefficients in object and their average.lmList, fixef.lmListlibrary(lme) data(Orthodont) fm1 <- lmList(distance ~ age | Subject, Orthodont) ranef(fm1)