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