extract_vaccination_history.Rd
Replace jenner:::fix_covreage_fvps() function
extract_vaccination_history(
con,
touchstone_cov = "201710gavi",
touchstone_pop = NULL,
year_min = 2000,
year_max = 2100,
vaccine_to_ignore = c("DTP3", "HepB_BD_home", "none"),
disease_to_extract = NULL,
countries_to_extract = NULL,
gavi_support_levels = c("with", "bestminus"),
scenario_type = "default",
external_population_estimates = NULL,
full_description = FALSE,
demographic_source = NULL,
coverage_scenario_type = NULL
)
Datebase connection
Coverage touchstone
touchstone_demographic_dataset.touchstone
extract data from year_min
extract data to year_max
Ignore defined vaccines
extract data for specific diseases
extract data for specific countries
gavi support levels
scenario type
The rationales are 1. we can use external population estimates if any and if necessary; 2. demographic uncertainty not only affects models, but also FVPs. If we are to conduct sensitivity analysis on impact_by_year_of_vaccination, we need to vary population input for adjusting FVPs.
TRUE if including scenario_descriptions (coverage estimates will be duplicated for scenarios); and FALSE if only providing coverage estimates
Demographic_source.code
Coverage scenario type. This is particularly useful for a coverage touchstone. Montagu coverage.name follows <disease>:<vaccine>,<activity_type>,<gavi_support_level>:<coverage_scenario_type> It is NULL by default. When it is not null, only pulls coverage.name that contains specified pattern.