Rev 6562 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File nlme/man/fitted.nlmeStruct.Rd% Part of the nlme package for R% Distributed under GPL 2 or later: see nlme/LICENCE.note\name{fitted.nlmeStruct}\title{Calculate nlmeStruct Fitted Values}\usage{\method{fitted}{nlmeStruct}(object, level, conLin, \dots)}\alias{fitted.nlmeStruct}\arguments{\item{object}{an object inheriting from class \code{"\link{nlmeStruct}"},representing a list of mixed-effects model components, such as\code{reStruct}, \code{corStruct}, and \code{varFunc} objects, plusattributes specifying the underlying nonlinear model and theresponse variable.}\item{level}{an optional integer vector giving the level(s) of groupingto be used in extracting the fitted values from \code{object}. Levelvalues increase from outermost to innermost grouping, withlevel zero corresponding to the population fitted values. Defaults tothe highest or innermost level of grouping.}\item{conLin}{an optional condensed linear model object, consisting ofa list with components \code{"Xy"}, corresponding to a regressionmatrix (\code{X}) combined with a response vector (\code{y}), and\code{"logLik"}, corresponding to the log-likelihood of theunderlying nlme model. Defaults to \code{attr(object, "conLin")}.}\item{\dots}{additional arguments that could be given to this method.None are used.}}\description{The fitted values at level \eqn{i} are obtained by adding together thecontributions from the estimated fixed effects and the estimatedrandom effects at levels less or equal to \eqn{i} and evaluating themodel function at the resulting estimated parameters. The resultingvalues estimate the predictions at level \eqn{i}.}\value{if a single level of grouping is specified in \code{level},the returned value is a vector with the fitted values at the desiredlevel; else, when multiple grouping levels are specified in\code{level}, the returned object is a matrix withcolumns given by the fitted values at different levels.}\references{Bates, D.M. and Pinheiro, J.C. (1998) "Computational methods formultilevel models" available in PostScript or PDF formats athttp://nlme.stat.wisc.edu/pub/NLME/}\author{José Pinheiro and Douglas Bates \email{bates@stat.wisc.edu}}\note{This method function is generally only used inside \code{nlme} and\code{fitted.nlme}.}\seealso{\code{\link{nlme}}, \code{\link{residuals.nlmeStruct}}}\keyword{models}