create vaccination parameters for use in onevax_xvwr model

vax_params_xvwr(
  vea = 0,
  vei = 0,
  ved = 0,
  ves = 0,
  vea_revax = vea,
  vei_revax = vei,
  ved_revax = ved,
  ves_revax = ves,
  dur = 1000,
  dur_revax = dur,
  uptake = 0,
  strategy = "VbE",
  vbe = 0,
  t_stop = 99
)

Arguments

vea

scalar indicating efficacy of the vaccine against acquisition (between 0-1)

vei

scalar indicating efficacy of the vaccine against infectiousness (between 0-1)

ved

scalar indicating efficacy of the vaccine against duration (between 0-1)

ves

scalar indicating efficacy of the vaccine against symptoms (between 0-1)

vea_revax

scalar indicating efficacy of revaccination against acquisition (between 0-1)

vei_revax

scalar indicating efficacy of revaccination against infectiousness (between 0-1)

ved_revax

scalar indicating efficacy of revaccination against duration of infection (between 0-1)

ves_revax

scalar indicating efficacy of revaccination against symptoms (between 0-1)

dur

scalar indicating duration of the vaccine (in years)

dur_revax

duration of protection for revaccination, default to same as primary

uptake

scalar indicating pc of population vaccinated as part of strategy

strategy

single character string in "VbE", "VoD", "VoD(H)", "VoA", "VoA(H)", "VoD(L)+VoA(H)"

vbe

scalar indicating pc of population vaccinated before entry (between 0-1)

t_stop

time at which vaccination should stop (years)

Value

A list parameters in the model input format