Rev 6562 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File nlme/man/varWeights.lmeStruct.Rd% Part of the nlme package for R% Distributed under GPL 2 or later: see nlme/LICENCE.note\name{varWeights.lmeStruct}\title{Variance Weights for lmeStruct Object}\usage{\method{varWeights}{lmeStruct}(object)}\alias{varWeights.lmeStruct}\arguments{\item{object}{an object inheriting from class \code{"\link{lmeStruct}"},representing a list of linear mixed-effects model components, such as\code{reStruct}, \code{corStruct}, and \code{varFunc} objects.}}\description{If \code{object} includes a \code{varStruct} component, the inverse ofthe standard deviations of the variance function structure representedby the corresponding \code{varFunc} object are returned; else, avector of ones of length equal to the number of observations in thedata frame used to fit the associated linear mixed-effects model isreturned.}\value{if \code{object} includes a \code{varStruct} component, a vector withthe corresponding variance weights; else, or a vector of ones.}\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}}\seealso{\code{\link{varWeights}}}\keyword{models}