Rev 6562 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File nlme/man/getCovariate.data.frame.Rd% Part of the nlme package for R% Distributed under GPL 2 or later: see nlme/LICENCE.note\name{getCovariate.data.frame}\title{Extract Data Frame Covariate}\usage{\method{getCovariate}{data.frame}(object, form, data)}\alias{getCovariate.data.frame}\arguments{\item{object}{an object inheriting from class \code{data.frame}.}\item{form}{an optional formula specifying the covariate to beevaluated in \code{object}. Defaults to \code{formula(object)}.}\item{data}{some methods for this generic require a separate dataframe. Not used in this method.}}\description{The right hand side of \code{form}, stripped of any conditioningexpression (i.e. an expression following a \code{|} operator), isevaluated in \code{object}.}\value{the value of the right hand side of \code{form}, stripped ofany conditional expression, evaluated in \code{object}.}\author{José Pinheiro and Douglas Bates \email{bates@stat.wisc.edu}}\seealso{\code{\link{getCovariateFormula}}}\examples{getCovariate(Orthodont)}\keyword{models}