formula(object)
object
|
an object inheriting from class lmList , representing
a list of lm objects with a common model.
|
lm
component of object
.lm
components of object
.lmList
library(lme) data(Orthodont) fm1 <- lmList(distance ~ age | Subject, Orthodont) formula(fm1)