simulate_vivax_delay_ode: Simulate vivax model with delay to treatment

View source: R/VivaxFunctionsDelays.R

simulate_vivax_delay_odeR Documentation

Simulate vivax model with delay to treatment

Description

Simulates a draw of the chosen vivax ODE model

Usage

simulate_vivax_delay_ode(
  parameters,
  ODEmodel = ode_vivax_delay,
  maxtime = 1465,
  year = FALSE
)

Arguments

parameters

model parameters

ODEmodel

ODE model to be simulated

maxtime

maximal time step

year

if TRUE, aggregates outputs per year. if FALSE, returns daily output

Value

A dataframe containing the simulated model


SwissTPH/VivaxModelR documentation built on Feb. 14, 2024, 11:27 a.m.