setupListPars: Default parameter list setup

Description Usage Arguments Value See Also

View source: R/par_setup.R

Description

Sets up the default list of parameters and initial conditions to be used by solveSEIRModel. Can specify which version of the model to use. Passing 1 gives the simple model with no age classes, otherwise gives the parameters for the model with age classes.

Usage

1
setupListPars(duration = 2 * 365, version = 1)

Arguments

duration

Duration in years of the simulation. Defaults to 10 years

version

the version of the model that is going to be used (see print_version_names)

Value

list of times, initial conditions, and ODE parameters

See Also

setupParsLong


jameshay218/zikaProj documentation built on Jan. 9, 2020, 7:26 p.m.