View source: R/incidence_functions.R
solveSEIRModel_rlsoda | R Documentation |
This function solves the SEIR ODEs for a series of time points and returns a matrix of the solved values. It uses rlsoda which must be manually downloaded from GitHub.
solveSEIRModel_rlsoda(ts, init, pars, compatible = FALSE)
ts |
Vector of time points. |
init |
Vector of initial conditions for system of equations. |
pars |
Vector of labeled SEIR model parameters. |
compatible |
A Boolean variable indicating if results should be transposed in deSolve compatible format. Set to FALSE by default. |
Returns matrix of class deSolve containing solutions for SEIR ODEs for each time in ts.
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()
,
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.