View source: R/initialize_sim.R
| init_log | R Documentation |
Initialize simulation log
init_log(
sim_sample_size = 30,
sim_n_t = c(400, 800, 1600),
sim_m = 3,
sim_n_dep = c(1, 2, 4),
sim_q_emiss = 5,
sim_gamma_var = 1,
sim_emiss_var = 1,
sim_noisiness = c(0.03, 0.09, 0.15),
sim_overlapping = c("low", "moderate", "high"),
sim_iter = 5000,
sim_burnin = 1500,
sim_repetitions = 1:250,
save_frac_res = 0.02,
seed = 123
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.