## S3 method for class 'lme':
coef(object, augFrame, level, data, which, FUN,
omitGroupingFactor, subset, \dots)
coef.lme
with the estimated
coefficients at level level
and, optionally, other covariates
summarized over groups. The returned object also inherits from classes
ranef.lme
and data.frame
.lme
, fixef.lme
,
ranef.lme
,
plot.ranef.lme
, gsummary
data(Orthodont)
fm1 <- lme(distance ~ age, Orthodont, random = ~ age | Subject)
coef(fm1)
coef(fm1, augFrame = TRUE)
Run the code above in your browser using DataLab