solveSEIRModel_lsoda: Solve SEIR Model with lsoda

View source: R/incidence_functions.R

solveSEIRModel_lsodaR Documentation

Solve SEIR Model with lsoda

Description

This function solves the SEIR ODEs and returns a matrix of class deSolve.

Usage

solveSEIRModel_lsoda(ts, init, pars, compatible = FALSE)

Arguments

init

Vector of labeled initial conditions for system of equations.

pars

Vector of SEIR model parameters.

times

Vector of time points.

Value

Returns matrix of class deSolve containing solutions for SEIR ODEs for each time in ts.

Author(s)

James Hay, jameshay218@gmail.com

See Also

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()

Examples

FIX ME


jameshay218/virosolver documentation built on April 17, 2025, 2:57 p.m.