solveSEEIRRModel_rlsoda: Solve SEEIRR model with rlsoda

View source: R/incidence_functions.R

solveSEEIRRModel_rlsodaR Documentation

Solve SEEIRR model with rlsoda

Description

This function solves the SEEIRR ODEs for a series of time points and returns a matrix of the solved values. rlsoda must be manually downloaded from GitHub.

Usage

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

Arguments

ts

Vector of time points for incidence calculation.

init

Vector of labeled initial conditions for system of equations.

pars

Vector of labeledSEEIRR model parameters.

compatible

Boolean variable indicating whether results should be transposed in deSolve compatible format. Set to FALSE by default.

Value

Returns matrix of class deSolve containing solutions for SEEIRR 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(), solveSEIRModel_lsoda_wrapper(), solveSEIRModel_lsoda(), 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.