Rev 6563 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File nlme/man/corFactor.Rd% Part of the nlme package for R% Distributed under GPL 2 or later: see nlme/LICENCE.note\name{corFactor}\title{Factor of a Correlation Matrix}\usage{corFactor(object, \dots)}\alias{corFactor}\arguments{\item{object}{an object from which a correlation matrix can beextracted.}\item{\dots}{some methods for this generic function require additionalarguments.}}\description{This function is generic; method functions can be written to handlespecific classes of objects. Classes which already have methods forthis function include all \code{"corStruct"} classes,see \sQuote{\link{corClasses}}.}\value{will depend on the method function used; see the appropriatedocumentation.}\author{José Pinheiro and Douglas Bates \email{bates@stat.wisc.edu}}\seealso{\code{\link{corFactor.corStruct}},\code{\link{recalc.corStruct}}}\keyword{models}