Rev 6563 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File nlme/man/recalc.Rd% Part of the nlme package for R% Distributed under GPL 2 or later: see nlme/LICENCE.note\name{recalc}\title{Recalculate Condensed Linear Model Object}\usage{recalc(object, conLin, \dots)}\alias{recalc}\arguments{\item{object}{any object which induces a recalculation of the condensedlinear model object \code{conLin}.}\item{conLin}{a condensed linear model object, consisting of a listwith components \code{"Xy"}, corresponding to a regression matrix(\code{X}) combined with a response vector (\code{y}), and\code{"logLik"}, corresponding to the log-likelihood of theunderlying model.}\item{\dots}{some methods for this generic can take additionalarguments.}}\description{This function is generic; method functions can be written to handlespecific classes of objects. Classes which already have methods forthis function include: \code{corStruct}, \code{modelStruct},\code{reStruct}, and \code{varFunc}.}\value{the recalculated condensed linear model object.}\author{José Pinheiro and Douglas Bates \email{bates@stat.wisc.edu}}\note{This function is only used inside model fitting functions, such as\code{lme} and \code{gls}, that require recalculation of a condensedlinear model object.}\seealso{\code{\link{recalc.corStruct}},\code{\link{recalc.modelStruct}},\code{\link{recalc.reStruct}},\code{\link{recalc.varFunc}}}\keyword{models}