setup_humans_SIS: Setup humans with SIS pathogen model

View source: R/humans_SIS.R

setup_humans_SISR 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


MicroMoB documentation built on Jan. 17, 2023, 9:06 a.m.