Description Usage Arguments Value See Also
This function separates the target correlation matrix rho by variable type (ordinal, continuous, Poisson, and/or
Negative Binomial). The function is used in findintercorr,
rcorrvar, findintercorr2, and
rcorrvar2. This would not ordinarily be called directly by the user.
1 | separate_rho(k_cat, k_cont, k_pois, k_nb, rho)
|
k_cat |
the number of ordinal (r >= 2 categories) variables |
k_cont |
the number of continuous variables |
k_pois |
the number of Poisson variables |
k_nb |
the number of Negative Binomial variables |
rho |
the target correlation matrix |
a list containing the target correlation matrix components by variable combination
findintercorr, rcorrvar,
findintercorr2, rcorrvar2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.