View source: R/vaccine_parameters.R
set_mass_rtss | R Documentation |
distribute RTS,S vaccine to a population in an age range. Efficacy will take effect after the last dose
set_mass_rtss(
parameters,
timesteps,
coverages,
min_ages,
max_ages,
min_wait,
boosters,
booster_coverage
)
parameters |
a list of parameters to modify |
timesteps |
a vector of timesteps for each round of vaccinations |
coverages |
the coverage for each round of vaccinations |
min_ages |
for the target population, inclusive (in timesteps) |
max_ages |
for the target population, inclusive (in timesteps) |
min_wait |
the minimum acceptable time since the last vaccination (in timesteps); When using both set_mass_rtss and set_rtss_epi, this represents the minimum time between an individual being vaccinated under one scheme and vaccinated under another. |
boosters |
the timesteps (following the initial vaccination) at which booster vaccinations are administered |
booster_coverage |
the proportion of the vaccinated population who will receive each booster vaccine |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.