do_pig_vac {cystiSim} | R Documentation |
Do pig vaccination
Description
Intervention function that mimics the possible effects of pig vaccination.
Usage
do_pig_vac(x, coverage, efficacy, immunity = Inf, interval = 4,
min.age = 1, max.age = Inf)
Arguments
x |
|
coverage |
Presumed coverage of vaccination within eligible population, expressed as a decimal value. |
efficacy |
Presumed efficacy of vaccine, expressed as a decimal value. |
immunity |
Presumed duration of immunity following successful vaccination. Defaults to |
interval |
Maximum interval between two consecutive shots for immunity. Defaults to 4 months. |
min.age |
Minimum age for vaccination, in months. Defaults to 1 month. |
max.age |
Maximum age for vaccination, in months. Defaults to |
Note
For more details and examples, please visit the cystiSim Wiki pages on https://github.com/brechtdv/cystiSim/wiki.
Author(s)
See Also
Other interventions: do_man_mda
, do_pig_mda
, do_pig_mda_vac
[Package cystiSim version 0.1.0 Index]