solveSEIRModel_lsoda: Solve simple SEIR model (lsoda)

Description Usage Arguments Value

View source: R/model.R

Description

Given a list of parameters as generated by setupListPars, solves the simple SEIR model and returns a named data frame. Uses lsoda from ODE

Usage

1
solveSEIRModel_lsoda(ts, y0s, pars, makenames = FALSE)

Arguments

ts

vector of times to solve the ODE model over

y0s

the initial population sizes for the ODE model

pars

a named vector with all of the necessary parameters to solve the ODE model. See setupParsODE

makenames

indicates if solved data frame should be given column names

Value

a data frame of the solved ODE model


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