compute_x.MOI {MicroMoB} | R 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
[Package MicroMoB version 0.1.2 Index]