setup_humans_SIP {MicroMoB} | R Documentation |
Setup humans with SIP pathogen model
Description
A simple SIP (Susceptible-Infected-Protected) model
Usage
setup_humans_SIP(
model,
stochastic,
theta,
wf = NULL,
SIP,
b = 0.55,
c = 0.15,
r = 1/200,
rho = 0.07,
eta = 1/32
)
Arguments
model |
an object from make_MicroMoB |
stochastic |
should the model update deterministically or stochastically? |
theta |
a time spent matrix |
wf |
biting weights |
SIP |
matrix of strata (rows) by health states (SIP) |
b |
transmission efficiency (mosquito to human) |
c |
transmission efficiency (human to mosquito) |
r |
recovery rate (inverse of infectious duration) |
rho |
probability of treatment upon infection |
eta |
rate at which prophylaxis decays |
Value
no return value
[Package MicroMoB version 0.1.2 Index]