cor_to_cov | R Documentation |
Rescale correlation matrix by variable standard deviations to yield a covariance matrix.
cor_to_cov(m, sds = NULL)
m |
Symmetric correlation matrix. |
sds |
Standard deviations of the variables. Set to 1 for all varirables by default. |
Symmetric covariance matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.