powered by
object
## S3 method for class 'lme': fixef(object, \dots)
lme
coef.lme
random.effects.lme
data(Orthodont) fm1 <- lme(distance ~ age, Orthodont, random = ~ age | Subject) fixed.effects(fm1) fixef(fm1)
Run the code above in your browser using DataLab