View source: R/sim_covars_mvn.R
sim_covars_mvn | R Documentation |
Data are simulated from a multivariate normal distribution. To create
factors, the columns for which probs
and ordered
is specified are
converted into factors by cutting the simulated continuous variable at the
quantiles given by probs
.
sim_covars_mvn(N, covar_pars, seed = NULL, ...)
N |
the sample size |
covar_pars |
a list with objects |
seed |
seed value |
... |
additional parameters (not used) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.