cor_to_cov {simdata} | 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.