R/variables_vaccines.R
initialize_vaccine_variables.Rd
Initialize vaccination variables (multi-dose, no types)
initialize_vaccine_variables(variables, dose_time_init, dose_num_init)
a list from create_vaccine_variables
list of dose times (must all be integer vectors of the same length, -1 is value to indicate that individual has not yet received this dose)
vector of initial doses (must be self-consistent with dose_time_init
)