A simple SIR (Susceptible-Infected-Recovered) model
setup_humans_SIR(
model,
stochastic,
theta,
wf = NULL,
H,
SIR,
b = 0.55,
c = 0.15,
gamma = 1/5
)no return value
an object from make_MicroMoB
should the model update deterministically or stochastically?
a time spent matrix
biting weights
vector of strata population sizes
a matrix giving S, I, R counts (columns) for each strata (rows)
transmission efficiency (mosquito to human)
transmission efficiency (human to mosquito)
rate of recovery