powered by
The average of the coefficients corresponding to the lm components of object is calculated.
lm
object
# S3 method for lmList fixef(object, ...)
a vector with the average of the individual lm coefficients in
object.
an object inheriting from class "lmList", representing a list of lm objects with a common model.
"lmList"
some methods for this generic require additional arguments. None are used in this method.
José Pinheiro and Douglas Bates bates@stat.wisc.edu
lmList, random.effects.lmList
lmList
random.effects.lmList
fm1 <- lmList(distance ~ age | Subject, Orthodont) fixed.effects(fm1)
Run the code above in your browser using DataLab