View source: R/simulate_test_data.R
sim_scenario | R Documentation |
internal function called by simulate_scenarios()
sim_scenario(n_ae_site, n_ae_study, frac_pat_with_ur, ur_rate)
n_ae_site |
integer vector |
n_ae_study |
integer vector |
frac_pat_with_ur |
double |
ur_rate |
double |
list
sim_scenario(c(5,5,5,5), c(8,8,8,8), 0.2, 0.5)
sim_scenario(c(5,5,5,5), c(8,8,8,8), 0.75, 0.5)
sim_scenario(c(5,5,5,5), c(8,8,8,8), 1, 0.5)
sim_scenario(c(5,5,5,5), c(8,8,8,8), 1, 1)
sim_scenario(c(5,5,5,5), c(8,8,8,8), 0, 0.5)
sim_scenario(c(5,5,5,5), c(8,8,8,8), 2, 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.