tb_des_simu_all | R Documentation |
Simulate data for design
tb_des_simu_all(
true_par,
n = g_sample_n,
enroll_dur_mth = 6,
annual_dropout = 0.05,
min_fu_mth = 12,
visit_days = seq(9, 120, by = 9),
visit_max_days = 300,
miss_rate = g_tb_mis_rate,
arms = c("Control", "Treatment"),
seed = NULL
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.