vax_params_xvw: Create vaccination parameters for use in onevax_xvw model

View source: R/onevax_xvw.R

vax_params_xvwR Documentation

Create vaccination parameters for use in onevax_xvw model

Description

Create vaccination parameters for use in onevax_xvw model

Usage

vax_params_xvw(
  vea = 0,
  vei = 0,
  ved = 0,
  ves = 0,
  dur = 1000,
  uptake = 0,
  strategy = NULL,
  vbe = 0,
  t_stop = 99,
  n_diag_rec = 1
)

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)

dur

scalar indicating duration of the vaccine (in years)

uptake

scalar indicating pc of those offered who accept vaccination

strategy

single character string in "VoD", "VoD(H)", "VoA", "VoA(H)", "VoD(L)+VoA(H)". Defaults to NULL i.e. no vaccination

vbe

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

t_stop

time at which vaccination should stop (years)

n_diag_rec

integer for the number of diagnosis history substrata

Value

A list parameters in the model input format


mrc-ide/gonovax documentation built on Dec. 15, 2024, 11:02 a.m.