compute_x.MOI: Compute net infectiousness for MOI model (x)

View source: R/humans_MOI.R

compute_x.MOIR Documentation

Compute net infectiousness for MOI model (x)

Description

In the simple MOI (queueing) model here (M/M/inf), net infectiousness is considered not to vary with increasing MOI. It is calculated as

c \cdot (1 - \frac{X_{0}}{H})

where X_{0} is the number of uninfected persons (multiplicity of infection of zero).

Usage

## S3 method for class 'MOI'
compute_x(model)

Arguments

model

an object from make_MicroMoB

Value

a vector of length n giving the net infectiousness of human hosts in each stratum


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