model_params | R Documentation |
Parameters for the dualvax model
model_params(
gono_params = NULL,
demographic_params = NULL,
init_params = NULL,
vax_params = NULL,
n_diag_rec = 1
)
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_diag_rec |
integer for the number of diagnosis history substrata |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.