Rev 6563 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File nlme/man/update.varFunc.Rd% Part of the nlme package for R% Distributed under GPL 2 or later: see nlme/LICENCE.note\name{update.varFunc}\title{Update varFunc Object}\usage{\method{update}{varFunc}(object, data, \dots)}\alias{update.varExp}\alias{update.varFunc}\alias{update.varComb}\alias{update.varConstPower}\alias{update.varConstProp}\alias{update.varExpon}\alias{update.varPower}\arguments{\item{object}{an object inheriting from class \code{"\link{varFunc}"},representing a variance function structure.}\item{data}{a list with a component named \code{"."} with the currentversion of the fitted object (from which fitted values, coefficients,and residuals can be extracted) and, if necessary, other variablesused to evaluate the variance covariate(s).}\item{\dots}{some methods for this generic require additionalarguments. None are used in this method.}}\description{If the \code{formula(object)} includes a \code{"."} term, representinga fitted object, the variance covariate needs to be updated uponcompletion of an optimization cycle (in which the variance functionweights are kept fixed). This method function allows a reevaluation ofthe variance covariate using the current fitted object and,optionally, other variables in the original data.}\value{if \code{formula(object)} includes a \code{"."} term, an\code{varFunc} object similar to \code{object}, but with thevariance covariate reevaluated at the current fitted object value;else \code{object} is returned unchanged.}\author{José Pinheiro and Douglas Bates \email{bates@stat.wisc.edu}}\seealso{\code{\link{needUpdate}},\code{\link{covariate<-.varFunc}}}\keyword{models}