Hacks for starting with a partially immune population #123
pratikunterwegs
started this conversation in
General
Replies: 1 comment
-
|
@pabloperguz and @patcatgit - here's a presumably mid-pandemic/pre-existing immunity modelling use case from UKHSA, with my recommended solution. The main avenue for development is editing the model to have three (or a flexible number?) of immunisation strata, as passing a custom |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is a small reprex that shows how to start with a partially immune population.
In PR #118 I wasn't clear that since the vaccination parameters are taken from the value passed to the$\psi$ (waning rate) of 1.0 - so everybody is shifted out of the vaccinated compartment pretty quickly, leading to very small differences in the epidemic size.
vaccine_investmentargument, passingvaccine_investment = NULL(the default) results in the (internal) use ofdummy_vaccination()which specifies aI think that with these bespoke scenarios it's best to define a$\nu$ with $\psi > 1$ (a waning period of 6 months was often assumed during Covid), to keep initially immune individuals in the initially immune compartment.
<daedalus_vaccination>manually, passing a zero vaccination rateCreated on 2025-09-05 with reprex v2.1.1
Beta Was this translation helpful? Give feedback.
All reactions