Learn R Programming

MicroMoB (version 0.1.2)

setup_humans_MOI: Setup humans with MOI (multiplicity of infection) pathogen model

Description

This is a queueing model (M/M/inf) of superinfection in humans.

Usage

setup_humans_MOI(
  model,
  stochastic,
  theta,
  wf = NULL,
  H,
  MOI,
  b = 0.55,
  c = 0.15,
  r = 1/200,
  sigma = 1
)

Value

no return value

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

MOI

a matrix giving the distribution of persons across strata (columns) and multiplicity of infection (rows).

b

transmission efficiency (mosquito to human)

c

transmission efficiency (human to mosquito)

r

recovery rate (inverse of infectious duration)

sigma

control non-independence of pathogen clearance; sigma > 1 indicates competition (clearance is faster than independent) and sigma < 1 indicates facilitation (clearance is slower than independent).