run_trial | R Documentation |
Run odin model of gonorrhoea vaccine trial with or without vaccination
run_trial(
tt,
gono_params,
init_params = NULL,
vax_params = NULL,
transform = TRUE,
stochastic = FALSE,
N = 6e+05
)
tt |
a numeric vector of times at which the model state is output in years |
gono_params |
a data frame of parameters |
init_params |
= NULL |
vax_params |
= NULL |
transform |
= TRUE |
stochastic |
logical indicating if the run should be made with the default deterministic trial model in continuous time or stochastic trial model in discrete time |
N |
integer to assign the total number of individuals in the trial (split equally across the two arms) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.