View source: R/helpfunctions_simulation.R
make_mv_vcov | R Documentation |
Combine multiple variance-covariance matrices to one multivariate matrix
make_mv_vcov(..., structure = "indep")
... |
separate variance-covariance matrices |
structure |
character string indicating the correlation structure between the matrices (at the moment only "indep") |
make_mv_vcov( make_vcov(rgamma(2, 3, 2), sim_corr_unif(2)), make_vcov(rgamma(4, 3, 2), sim_corr_unif(4)) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.