Description Usage Arguments Value Examples
View source: R/cov_cor_conversion.R
The same approach as in 'base::cov2cor()' is used to compute the variance-covariance matrix from a matrix of correlations and a vector of variance values.
1 | cor_to_cov(pmat_cor, pvec_var)
|
pmat_cor |
correlation matrix |
pvec_var |
vector of variance components |
variance covariance matrix
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.