Rev 4679 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% $Id: update.modelStruct.Rd,v 1.6 2002/03/05 14:59:39 bates Exp $\name{update.modelStruct}\title{Update a modelStruct Object}\usage{\method{update}{modelStruct}(object, data, \dots)}\alias{update.modelStruct}\alias{update.corStruct}\alias{update.reStruct}\arguments{\item{object}{an object inheriting from class \code{modelStruct},representing a list of model components, such as \code{corStruct} and\code{varFunc} objects.}\item{data}{a data frame in which to evaluate the variables needed forupdating the elements of \code{object}.}\item{\dots}{some methods for this generic require additionalarguments. None are used in this method.}}\description{This method function updates each element of \code{object}, allowingthe access to \code{data}.}\value{an object similar to \code{object} (same class, length, and names),but with updated elements.}\author{Jose Pinheiro \email{Jose.Pinheiro@pharma.novartis.com} and Douglas Bates \email{bates@stat.wisc.edu}}\note{This method function is primarily used within model fittingfunctions, such as \code{lme} and \code{gls}, that allow modelcomponents such as variance functions.}\keyword{models}