solveSEIRModel_rlsoda: Solve simple SEIR model (rlsoda)

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 rlsoda from rlsoda

Usage

1
solveSEIRModel_rlsoda(ts, y0s, pars, compatible = 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

compatible

indicates if solved data frame should be given in deSolve return format

Value

a data frame of the solved ODE model


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