Changelog
Source:NEWS.md
daedalus.compare 0.0.4
This patch version updates {daedalus.compare} to work with {daedalus} v0.3.0.
Breaking changes
-
run_scenarios()only accepts<daedalus_npi>, a list of<daedalus_npi>orNULLas inputs to argumentresponse_strategy(); in addition, the NPIs must be time-limited and reactive NPIs are not allowed.
daedalus.compare 0.0.3
Restores ability to get epidemic summary disaggregated by age and other groups by passing arguments to daedalus::get_epidemic_summary() via ... in get_summary_data().
daedalus.compare 0.0.2
Updates for compatibility with daedalus >= v0.2.16 which re-introduces list-infection inputs.
- Input checking in
run_scenarios()removed to rely on errors bubbled up from daedalus functions.
daedalus.compare 0.0.1
This is the first version of daedalus.compare and adds:
A scenario-runner function
run_scenarios()that wraps arounddaedalus::daedalus_rtm()and allows running multiple scenarios of pandemic mitigation responses with uncertainty in the infection parameters.Multiple functions downstream of
run_scenarios()that help get data from scenarios in formats suitable for plotting or summarisation:get_epicurve_data(),get_summary_data(),get_cost_data(), andget_econ_cost_data().Helper functions and constants:
ci(),make_infection_samples(), andNAMES_VECTOR_INF_PARAMS.Basic tests and function documentation.
- This project now includes a
NEWS.mdfile to inform users about changes and new features.