Description Usage Arguments Value
View source: R/cov_mat_generators.R
A wrapper for clusterGeneration::rcorrmatrix
, but with the possibility of
setting some dimensions to being independent of the rest.
1 | rcor_mat(d, k0 = d, alphad = 1)
|
d |
An integer specifying the dimension of the correlation matrix. |
k0 |
An integer. d - k0 are the number of independent dimensions. |
alphad |
A positive real number. See |
A correlation matrix with an attribute 'which_dims_cor', indicating which dimensions that are the correlated ones.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.