Rev 6562 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File nlme/man/varWeights.glsStruct.Rd% Part of the nlme package for R% Distributed under GPL 2 or later: see nlme/LICENCE.note\name{varWeights.glsStruct}\title{Variance Weights for glsStruct Object}\usage{\method{varWeights}{glsStruct}(object)}\alias{varWeights.glsStruct}\arguments{\item{object}{an object inheriting from class \code{"\link{glsStruct}"},representing a list of linear model components, such as\code{corStruct} and \code{"\link{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 model is returned.}\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}