sampleCovEst {cvCovEst} | R Documentation |
sampleCovEst()
computes the sample covariance matrix. This
function is a simple wrapper around covar()
.
sampleCovEst(dat)
dat |
A numeric |
A matrix
corresponding to the estimate of the covariance
matrix.
sampleCovEst(dat = mtcars)