Description Usage Arguments Value
View source: R/schisto_age_structured_models.R
An age-stratified dynamic schistosomiasis model with treated and untreated school-aged children (SAC) and adult populations, negative (crowding induced reductions in fecundity) and positive (mating limitation) density dependencies and functionality to simulate mass drug administration, snail control, and other interventions. Also incorporates non-linear snail-to-man transmission dynamics as derived in Gurarie et al 2018 Note this is a function that is wrapped into 'sim_schisto_age_strat_mod“ which should be used to simulate the model, this function is fed into the ode solver from deSolve
1 | schisto_age_strat_mod(t, n, pars)
|
t |
Vector of timepoints to return state variable estiamtes |
n |
Vector of state variable initial conditions |
parameters |
Named vector of model parameters |
A matrix of the state variables at all requested time points
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.