View source: R/incidence_functions.R
detectable_SEIRModel | R Documentation |
This function solves the SEIR ODEs for a series of time points and returns a vector of detectable prevalence values.
detectable_SEIRModel(pars, times)
pars |
Vector of labeled SEIR model parameters. |
times |
Vector of labeled time points for incidence calculation. |
James Hay, jameshay218@gmail.com
Other incidence functions:
SEEIRRModel()
,
detectable_SEEIRRModel()
,
exponential_growth_model()
,
gaussian_process_model()
,
reverse_gp_model()
,
solveSEEIRRModel_rlsoda_wrapper()
,
solveSEEIRRModel_rlsoda()
,
solveSEIRModel_lsoda_wrapper()
,
solveSEIRModel_lsoda()
,
solveSEIRModel_rlsoda_wrapper()
,
solveSEIRModel_rlsoda()
,
solveSEIRswitch_rlsoda_wrapper()
,
solveSEIRswitch_rlsoda()
FIX ME
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.