epiverse-trace / epidemics

A library of published compartmental epidemic models, and classes to represent demographic structure, non-pharmaceutical interventions, and vaccination regimes, to compose epidemic scenarios.
https://epiverse-trace.github.io/epidemics/
Other
8 stars 2 forks source link

Pass interventions and vaccinations as deSolve events #82

Closed pratikunterwegs closed 1 year ago

pratikunterwegs commented 1 year ago

This issue is to request that interventions and vaccination regimes in the R equivalents of C++ model functions should be handled using deSolve::events rather than using conditionals in the function.

pratikunterwegs commented 1 year ago

Closed for the same reason as #83