Last chance! 50% off unlimited learning
Sale ends in
object
, the
data frame used to fit the model is obtained.## S3 method for class 'lmList':
getData(object)
lmList
, representing
a list of lm
objects with a common model.data
argument is present in the calling sequence that
produced object
, the corresponding data frame (with
na.action
and subset
applied to it, if also present in
the call that produced object
) is returned;
else, NULL
is returned.lmList
,
getData
fm1 <- lmList(distance ~ age | Subject, Orthodont)
getData(fm1)
Run the code above in your browser using DataLab