
x
.## S3 method for class 'lme':
formula(x, \dots)
lme
, representing
a fitted linear mixed-effects model.x
.lme
data(Orthodont)
fm1 <- lme(distance ~ age, Orthodont, random = ~ age | Subject)
formula(fm1)
Run the code above in your browser using DataLab