tb_simu_tb | R Documentation |
Simulate Tumor Burden by quadratic mixed effect model
tb_simu_tb(
pt_surv,
mdl_fit,
visit_interval = 63,
trt_effect = 0,
tb_sig = 2,
rand_effect = c(`(Intercept)` = 0, `poly(reg_t, 2, raw = TRUE)1` = 0,
`poly(reg_t, 2, raw = TRUE)2` = 0),
miss_rate = 0.5,
...,
seed = NULL
)
miss_rate |
missing probability at scaled time 1 (i.e., event time) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.