setup_humans_SIS {MicroMoB} | R Documentation |
Setup humans with SIS pathogen model
Description
A simple SIS (Susceptible-Infected-Susceptible) model
Usage
setup_humans_SIS(
model,
stochastic,
theta,
wf = NULL,
H,
X,
b = 0.55,
c = 0.15,
r = 1/200
)
Arguments
model |
an object from make_MicroMoB |
stochastic |
should the model update deterministically or stochastically? |
theta |
a time spent matrix |
wf |
biting weights |
H |
vector of strata population sizes |
X |
number of infectious persons in each strata |
b |
transmission efficiency (mosquito to human) |
c |
transmission efficiency (human to mosquito) |
r |
recovery rate (inverse of infectious duration) |
Value
no return value
[Package MicroMoB version 0.1.2 Index]