Description Usage Arguments See Also
View source: R/viral_load_funcs.R
Simulate Odin stochastic SEIR model generator and Deterministic SEIR model
1 2 3 4 5 6 7 8 | simulate_seir_wrapper_rte(
population_n,
solve_times,
pars,
version = "ode",
switch_model = FALSE,
beta_smooth = 0.8
)
|
population_n |
size of population to simulate |
solve_times |
vector of times to solve model over |
pars |
named vector of SEIR model parameters |
beta_smooth |
Other Viral Load:
logistic_func(),
simulate_detectable_wrapper(),
simulate_reporting(),
simulate_seir_process_rte(),
simulate_viral_loads_wrapper(),
viral_load_estimate_rt()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.