dymium-org / core

An R package for microsimulation modelling
https://core.dymium.org
GNU General Public License v3.0
25 stars 1 forks source link

feat: new pipable transition function #65

Closed asiripanich closed 4 years ago

asiripanich commented 4 years ago

transition() is meant to be used for simulating less complex state transitions. While complicated transitions should still be bundled into event functions.

asiripanich commented 4 years ago

superseded by #67.