sampleCovEst {cvCovEst} | R Documentation |
Sample Covariance Matrix
Description
sampleCovEst()
computes the sample covariance matrix.
This function is a simple wrapper around covar()
.
Usage
sampleCovEst(dat)
Arguments
dat |
A numeric |
Value
A matrix
corresponding to the estimate of the covariance
matrix.
Examples
sampleCovEst(dat = mtcars)
[Package cvCovEst version 1.2.2 Index]