View source: R/parameters_vaccine.R
make_vaccine_parameters | R Documentation |
Combine parameters for simulation and verify for correctness.
make_vaccine_parameters( safir_parameters, vaccine_ab_parameters, vaccine_set, dose_period, strategy_matrix, next_dose_priority_matrix )
safir_parameters |
a list from |
vaccine_ab_parameters |
a list from |
vaccine_set |
a vector giving the number of doses available each day (not each timestep) |
dose_period |
a vector giving the minimum delay between doses |
strategy_matrix |
a vaccine strategy matrix from |
next_dose_priority_matrix |
a binary matrix giving age groups prioritized for next dose; it should have one fewer row than the number of doses being given, because on the final allocation phase there will be no future dose to prioritize |
If modeling a single dose, dose_period
must be a vector of length 1 and
next_dose_priority_matrix
may be set to NULL
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.