fixef.lmList | R Documentation |
The average of the coefficients corresponding to the lm
components of object
is calculated.
## S3 method for class 'lmList'
fixef(object, ...)
object |
an object inheriting from class |
... |
some methods for this generic require additional arguments. None are used in this method. |
a vector with the average of the individual lm
coefficients in
object
.
José Pinheiro and Douglas Bates bates@stat.wisc.edu
lmList
, random.effects.lmList
fm1 <- lmList(distance ~ age | Subject, Orthodont)
fixed.effects(fm1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.