sim_schisto_mod: Simulate a schistosomiasis model

Description Usage Arguments Value

View source: R/schisto_dynamic_models.R

Description

Simulate a schisto deterministic model through time using 'ode' function given the schisto model deSolve function, parameter set, time frame, starting conditions, and potential events (e.g. MDA)

Usage

1
2
sim_schisto_mod(nstart, time, model = schisto_base_mod, pars,
  events_df = NA)

Arguments

nstart

Named vector of starting values for state variables

time

Numeric vector of times at which state variables should be estimated

model

Name of the ode function to use, defaults to 'schisto_base_mod'

pars

Named vector or list of parameter values

events_df

Data frame of events such as MDA with columns "var", "time", "value", and "method"

Value

dataframe of state variable values at requested times


cmhoove14/DDNTD documentation built on Nov. 23, 2019, 7:04 p.m.