powered by
lm
## S3 method for class 'lmList': ranef(object, augFrame, data, which, FUN, standard, omitGroupingFactor, \dots)
object
fixed.effects.lmList
lmList
random.effects
fm1 <- lmList(distance ~ age | Subject, Orthodont) ranef(fm1) random.effects(fm1) # same as above
Run the code above in your browser using DataLab