View source: R/04_simulation.R
simulate_DMLM | R Documentation |
Title simulate data for DMLMbvs model
simulate_DMLM( subject_sim = 50, B_sim = 50, n_vars = 50, active_cov = 10, rho = NULL, Sigma = NULL, seed = 111 )
subject_sim |
|
B_sim |
|
n_vars |
|
active_cov |
|
rho |
|
Sigma |
|
seed |
|
a list of outcomes:
Y = Y,
Z = Z,
X = X,
true_cov = true_cov,
true_coeff = true_coeff,
true_coeff_beta = true_coeff_beta)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.