model_params_xpvwrh: Parameters for the dualvax model

View source: R/parameters.R

model_params_xpvwrhR Documentation

Parameters for the dualvax model

Description

Parameters for the dualvax model

Usage

model_params_xpvwrh(
  gono_params = NULL,
  demographic_params = NULL,
  init_params = NULL,
  vax_params = NULL,
  n_erlang = 1,
  n_diag_rec = 1,
  years_history = 1
)

Arguments

gono_params

A dataframe of natural history parameters

demographic_params

A dataframe of demographic parameters

init_params

A list of starting conditions

vax_params

A vector of vaccination params

n_erlang

integer giving the number of transitions that need to be made through vaccine-protected strata until that protection has waned

n_diag_rec

integer for the number of diagnosis history substrata

years_history

number of years that diagnosis history is recorded for

Value

A list of inputs to the model many of which are fixed and represent data. These correspond largely to 'user()' calls within the odin code, though some are also used in processing just before the model is run.


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