Rev 6562 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File nlme/man/getData.lmList.Rd% Part of the nlme package for R% Distributed under GPL 2 or later: see nlme/LICENCE.note\name{getData.lmList}\title{Extract lmList Object Data}\usage{\method{getData}{lmList}(object)}\alias{getData.lmList}\arguments{\item{object}{an object inheriting from class \code{lmList}, representinga list of \code{lm} objects with a common model.}}\description{If present in the calling sequence used to produce \code{object}, thedata frame used to fit the model is obtained.}\value{if a \code{data} argument is present in the calling sequence thatproduced \code{object}, the corresponding data frame (with\code{na.action} and \code{subset} applied to it, if also present inthe call that produced \code{object}) is returned;else, \code{NULL} is returned.}\author{José Pinheiro and Douglas Bates \email{bates@stat.wisc.edu}}\seealso{\code{\link{lmList}},\code{\link{getData}}}\examples{fm1 <- lmList(distance ~ age | Subject, Orthodont)getData(fm1)}\keyword{models}