Rev 7898 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File nlme/man/varClasses.Rd% Part of the nlme package for R% Distributed under GPL 2 or later: see nlme/LICENCE.note\name{varClasses}\title{Variance Function Classes}\alias{varClasses}\description{Standard classes of variance function structures (\code{varFunc})available in the \pkg{nlme} package. Covariates included in thevariance function, denoted by variance covariates, may involvefunctions of the fitted model object, such as the fitted values andthe residuals. Different coefficients may be assigned to the levels ofa classification factor.}\value{Available standard classes:\item{varExp}{exponential of a variance covariate.}\item{varPower}{power of a variance covariate.}\item{varConstPower}{constant plus power of a variance covariate.}\item{varConstProp}{constant plus proportion of a variance covariate.}\item{varIdent}{constant variance(s), generally used to allowdifferent variances according to the levels of a classificationfactor.}\item{varFixed}{fixed weights, determined by a variance covariate.}\item{varComb}{combination of variance functions.}}\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}}\note{Users may define their own \code{varFunc} classes by specifying aconstructor function and, at a minimum, methods for thefunctions \code{\link{coef}}, \code{coef<-}, and \code{\link{Initialize}}.For examples of these functions, see the methods for class \code{varPower}.}\seealso{\code{\link{varComb}},\code{\link{varConstPower}},\code{\link{varConstProp}},\code{\link{varExp}},\code{\link{varFixed}},\code{\link{varIdent}},\code{\link{varPower}},\code{\link{summary.varFunc}}}\keyword{models}