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

Return simplified data.frame for scalar inputs #177

Closed pratikunterwegs closed 5 months ago

pratikunterwegs commented 6 months ago

This issue is to request that model functions should return a single data.frame with basic columns - "time", "demography_group", "compartment", and "value" - which is the current return of model functions. This is likely to be more convenient for users who are not looking for the more complex vectorised functionality.