View source: R/incidence_functions.R
solveSEIRswitch_rlsoda_wrapper | R Documentation |
This function returns a vector of incidence values for given times according to SEIR model parameters. This function takes into account models in which R0 changes over time. Note that rlsoda solves the model faster than lsoda from the deSolve package but is not available on CRAN and must be downloaded manually from GitHub.
solveSEIRswitch_rlsoda_wrapper(pars, times)
pars |
Vector of labeled SEIR model parameters. |
times |
Time points for incidence calculation. |
Returns incidence values for given points in time.
James Hay, jameshay218@gmail.com
Other incidence functions:
SEEIRRModel()
,
detectable_SEEIRRModel()
,
detectable_SEIRModel()
,
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()
FIX ME
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.