Rev 6563 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File nlme/man/getCovariate.corStruct.Rd% Part of the nlme package for R% Distributed under GPL 2 or later: see nlme/LICENCE.note\name{getCovariate.corStruct}\title{Extract corStruct Object Covariate}\usage{\method{getCovariate}{corStruct}(object, form, data)}\alias{getCovariate.corStruct}\alias{getCovariate.corSpatial}\arguments{\item{object}{an object inheriting from class \code{corStruct}representing a correlation structure.}\item{form}{this argument is included to make the method functioncompatible with the generic. It will be assigned the value of\code{formula(object)} and should not be modified.}\item{data}{an optional data frame in which to evaluate the variablesdefined in \code{form}, in case \code{object} is not initialized andthe covariate needs to be evaluated.}}\description{This method function extracts the covariate(s) associated with\code{object}.}\value{when the correlation structure does not include a grouping factor, thereturned value will be a vector or a matrix with the covariate(s)associated with \code{object}. If a grouping factor is present, thereturned value will be a list of vectors or matrices with thecovariate(s) corresponding to each grouping level.For spatial correlation structures, this extracts the \emph{distances}implied by the covariates, and excludes 1-observation groups.}\references{Pinheiro, J.C., and Bates, D.M. (2000) "Mixed-Effects Modelsin S and S-PLUS", Springer.}\author{José Pinheiro and Douglas Bates \email{bates@stat.wisc.edu}}\seealso{\code{\link{getCovariate}}}\examples{cs1 <- corAR1(form = ~ 1 | Subject)getCovariate(cs1, data = Orthodont)}\keyword{models}