lm
components
coefficients and their average is calculated.## S3 method for class 'lmList':
ranef(object, augFrame, data, which, FUN, standard,
omitGroupingFactor, \dots)
lm
coefficients in object
and their average.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