make_cov | R Documentation |
Make covariance matrix from standard deviations and correlations
make_cov(sds, corr)
sds |
Vector of standard deviations |
corr |
Vector of correlations (must be of length m*(m-1)/2 if sds is of length m) |
An m by m covariance matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.