Estimate_all_cecx_burden_central | R Documentation |
Generate vaccine impact estimates (HPV all types) for VIMC central runs. The inputs are cecx burden estimates pre- and post-vaccination with 4vHPV / 9vHPV at different ages. The outputs are cecx burden estimates pre- and post-vaccination with HPV all types at different ages.
Estimate_all_cecx_burden_central(
cecx_burden_file,
cecx_burden_file_all,
vaccine,
disease_burden_template_file = "",
disease_burden_no_vaccination_file_all = "",
disease_burden_vaccination_file_all = "",
vimc_output = TRUE
)
cecx_burden_file |
csv file (input), disease burden estimates (cecx burden attributable to HPV 16/18) |
cecx_burden_file_all |
csv file (output), disease burden estimates (cecx burden attributable to HPV all types) |
vaccine |
character, bivalent/quadrivalent/nonovalent HPV vaccine |
disease_burden_template_file |
csv file (input), disease burden template (vimc format) |
disease_burden_no_vaccination_file_all |
csv file (output), disease burden estimates for no vaccination (cecx burden attributable to HPV all types - vimc format) |
disease_burden_vaccination_file_all |
csv file (output), disease burden estimates for vaccination (cecx burden attributable to HPV all types - vimc format) |
Three disease burden estimates (HPV all types) are generated. (i) disease burden estimates for no vaccination (vimc format) (ii) disease burden estimates for vaccination (vimc format) (iii) disease burden estimates for vaccination (pre- and post-vaccination) and includes YLDs and YLLs
Null return value; disease burden estimates are saved to corresponding files
Estimate_all_cecx_burden_central (
cecx_burden_file = "central_burden_results_file.csv",
cecx_burden_file_all = "central_burden_results_file_all.csv",
vaccine = "4vHPV",
disease_burden_template_file = "central_burden_template_file.csv",
disease_burden_no_vaccination_file_all = "central_burden_no_vaccination_file_all_vimc_format.csv",
disease_burden_vaccination_file_all = "central_burden_vaccination_file_all_vimc_format.csv",
vimc_output = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.