compute_x {MicroMoB} | R Documentation |
Compute net infectiousness of humans (x
)
Description
In a Ross-Macdonald style transmission model, this is computed as
x = c X
This method dispatches on the type of model$human
.
Usage
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]