Rev 6562 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File nlme/man/gnlsStruct.Rd% Part of the nlme package for R% Distributed under GPL 2 or later: see nlme/LICENCE.note\name{gnlsStruct}\title{Generalized Nonlinear Least Squares Structure}\usage{gnlsStruct(corStruct, varStruct)}\alias{gnlsStruct}\alias{Initialize.gnlsStruct}\arguments{\item{corStruct}{an optional \code{corStruct} object, representing acorrelation structure. Default is \code{NULL}.}\item{varStruct}{an optional \code{varFunc} object, representing avariance function structure. Default is \code{NULL}.}}\description{A generalized nonlinear least squares structure is a list of modelcomponents representing different sets of parameters in the nonlinearmodel. A \code{gnlsStruct} may contain \code{corStruct} and\code{varFunc} objects. \code{NULL} arguments are not included in the\code{gnlsStruct} list.}\value{a list of model variance-covariance components determining theparameters to be estimated for the associated nonlinear model.}\author{José Pinheiro and Douglas Bates \email{bates@stat.wisc.edu}}\seealso{\code{\link{gnls}}, \code{\link{corClasses}},\code{\link{residuals.gnlsStruct}}\code{\link{varFunc}}}\examples{gnls1 <- gnlsStruct(corAR1(), varPower())}\keyword{models}