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