Last chance! 50% off unlimited learning
Sale ends in
lm
components of
object
are extracted and combined into a single vector.## S3 method for class 'lmList':
getResponse(object, form)
lmList
, representing
a list of lm
objects with a common model.formula(object)
.lm
components of object
.lmList
data(Orthodont)
fm1 <- lmList(distance ~ age | Subject, Orthodont)
getResponse(fm1)
Run the code above in your browser using DataLab