getData.lmList | R Documentation |
If present in the calling sequence used to produce object
, the
data frame used to fit the model is obtained.
## S3 method for class 'lmList'
getData(object)
object |
an object inheriting from class |
if a 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.
José Pinheiro and Douglas Bates bates@stat.wisc.edu
lmList
,
getData
fm1 <- lmList(distance ~ age | Subject, Orthodont)
getData(fm1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.