set_mass_rtss: Parameterise an RTS,S mass distribution strategy

View source: R/vaccine_parameters.R

set_mass_rtssR Documentation

Parameterise an RTS,S mass distribution strategy

Description

distribute RTS,S vaccine to a population in an age range. Efficacy will take effect after the last dose

Usage

set_mass_rtss(
  parameters,
  timesteps,
  coverages,
  min_ages,
  max_ages,
  min_wait,
  boosters,
  booster_coverage
)

Arguments

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


pahanc/malariasimulation_Ace_params documentation built on March 12, 2024, 2:21 a.m.