Rev 4679 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% $Id: coef.corStruct.Rd,v 1.6.2.3 2003/08/09 22:45:17 bates Exp $\name{coef.corStruct}\title{Coefficients of a corStruct Object}\usage{\method{coef}{corStruct}(object, unconstrained, \dots)\method{coef}{corStruct}(object, \dots) <- value}\alias{coef.corStruct}\alias{coef.corAR1}\alias{coef.corARMAd}\alias{coef.corCAR1}\alias{coef.corCompSymm}\alias{coef.corHF}\alias{coef.corIdent}\alias{coef.corLin}\alias{coef.corNatural}\alias{coef.corSpatial}\alias{coef.corSpher}\alias{coef.corSymm}\alias{coef<-.corStruct}\alias{coef<-.corAR1}\alias{coef<-.corARMA}\alias{coef<-.corCAR1}\alias{coef<-.corCompSymm}\alias{coef<-.corNatural}\alias{coef<-.corHF}\alias{coef<-.corIdent}\alias{coef<-.corLin}\alias{coef<-.corSpatial}\alias{coef<-.corSpher}\alias{coef<-.corSymm}\alias{coef.summary.nlsList}\arguments{\item{object}{an object inheriting from class \code{corStruct},representing a correlation structure.}\item{unconstrained}{a logical value. If \code{TRUE} the coefficientsare returned in unconstrained form (the same used in the optimizationalgorithm). If \code{FALSE} the coefficients are returned in"natural", possibly constrained, form. Defaults to \code{TRUE}.}\item{value}{a vector with the replacement values for the coefficientsassociated with \code{object}. It must be a vector with the same lengthof \code{coef{object}} and must be given in unconstrained form.}\item{\dots}{some methods for this generic require additionalarguments. None are used in this method.}}\description{This method function extracts the coefficients associated with thecorrelation structure represented by \code{object}.}\value{a vector with the coefficients corresponding to \code{object}.}\author{Jose Pinheiro and Douglas Bates }\section{SIDE EFFECTS}{On the left side of an assignment, sets the values of the coefficientsof \code{object} to \code{value}. \code{Object} must be initialized (using\code{Initialize}) before new values can be assigned to itscoefficients.}\seealso{\code{\link{corAR1}}, \code{\link{corARMA}},\code{\link{corCAR1}}, \code{\link{corCompSymm}},\code{\link{corExp}}, \code{\link{corGaus}}, \code{\link{corLin}},\code{\link{corRatio}}, \code{\link{corSpatial}}, \code{\link{corSpher}},\code{\link{corSymm}},\code{\link{Initialize}}}\examples{cst1 <- corARMA(p = 1, q = 1)coef(cst1)}\keyword{models}