Prepare leapfrog input parameters from Spectrum PJNZ

prepare_leapfrog_parameters(pjnz, use_coarse_age_groups = FALSE)

Arguments

pjnz

path to PJNZ file

use_coarse_age_groups

use coarse age groups in the model?

Value

list of demographic and HIV projection input parameters

Examples

pjnz <- system.file(
  "pjnz/bwa_aim-adult-art-no-special-elig_v6.13_2022-04-18.PJNZ",
  package = "frogger")
parameters <- prepare_leapfrog_parameters(pjnz)