cor2cov | R Documentation |
Convert a correlation matrix and standard deviations into a covariance matrix.
cor2cov(rho, sigma)
rho |
|
sigma |
|
Copied implementation from psych::cor2cov
, adapted to work with length(sigma)==1
The corresponding covariance matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.