1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
% $Id: corFactor.Rd,v 1.4.2.1 2003/04/17 22:28:45 bates Exp $
\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 be
extracted.}
\item{\dots}{some methods for this generic function require additional
arguments.}
}
\description{
This function is generic; method functions can be written to handle
specific classes of objects. Classes which already have methods for
this function include all \code{corStruct} classes.
}
\value{
will depend on the method function used; see the appropriate
documentation.
}
\author{Jose Pinheiro \email{Jose.Pinheiro@pharma.novartis.com} and Douglas Bates \email{bates@stat.wisc.edu}}
\seealso{\code{\link{corFactor.corStruct}},
\code{\link{recalc.corStruct}}
}
\examples{
## see the method function documentation
}
\keyword{models}
|