A place to keep notes on expandify implementation (ageify, vaxify) assumptions and future work (instead of relying on disparate FIXMEs).
distribute_counts
or smart_round
is used, it fills preferentially from right to left (e.g. in expand_state_age
, counts from a specified state will be preferentially distributed from older age groups to younger)make_state(x = vec)
manually?make_beta()
vax_cat[1] -> vax_cat[2]
(vaccine allocation step) and susceptibles from vax_cat[2] -> vax_cat[3]
(vaccine response step))condense_vax()
work for ageified case (without losing age groups).mk_vaxrates()
works for ageified parameters (specifically the doses_per_day/params[["N"]]
calculation, since this is a vector divided by a vector).make_ratemat()
: update epi rates in vaxdose strata to reflect reduced disease severity of breakthrough infections (increase asymptomatic proportion and turn off flows to severe illness, i.e. hospitalization, and death)make_vaxrates()
: use an age-specific vector of vax_doses_per_day
in computing age-specific vaccination rates (rates from state_age_unvax
to state_age_vaxwait
)Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.