covMat | R Documentation |
covMat
computes the sample covariance matrix of a data
set. If a variable in the dataset has zero variance, then its
corresponding row and column in the covariance matrix are zero vectors.
covMat(data, center = TRUE, scale = TRUE, scaled_matrix = FALSE)
data |
The data for which to compute the sample covariance matrix. |
center |
A |
scale |
A |
scaled_matrix |
A |
the covariance matrix of the data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.