View source: R/incidence_functions.R
| solveSEIRModel_lsoda | R Documentation |
This function solves the SEIR ODEs and returns a matrix of class deSolve.
solveSEIRModel_lsoda(ts, init, pars, compatible = FALSE)
init |
Vector of labeled initial conditions for system of equations. |
pars |
Vector of SEIR model parameters. |
times |
Vector of time points. |
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_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.