View source: R/onevax_xpvwrh.R
initial_params_xpvwrh | R Documentation |
Create initial conditions for the model
initial_params_xpvwrh(
pars,
coverage_p = 0,
coverage_v = 0,
hes = 0,
t = FALSE,
n_erlang = 1,
n_diag_rec = 1
)
pars |
A parameter list containing 'N0', 'q', 'prev_Asl' and 'prev_Ash' elements. |
coverage_p |
partial (one-dose) vaccine coverage of the population already present (as a proportion) |
coverage_v |
two-dose vaccine coverage of the population already present (as a proportion) |
hes |
proportion of population vaccine hesitant |
t |
number of years, only use when using function outside of run_onevax_xpvwrh() to generate initial conditions for tests |
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 |
number of diagnosis history strata |
A list of initial conditions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.