Rev 4679 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% $Id: corMatrix.Rd,v 1.4.2.1 2003/04/17 22:28:45 bates Exp $\name{corMatrix}\title{Extract Correlation Matrix}\usage{corMatrix(object, \dots)}\alias{corMatrix}\arguments{\item{object}{an object for 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.}\value{will depend on the method function used; see the appropriatedocumentation.}\author{Jose Pinheiro \email{Jose.Pinheiro@pharma.novartis.com} and Douglas Bates \email{bates@stat.wisc.edu}}\examples{## see the method function documentation}\keyword{models}