simDAG 0.5.1
New Features
- Added the
node_polr()function to allow generation of data from an ordered logistic or probit regression.
Enhancements
- Added support for all
rsurvpackage based time-to-event nodes in themodelargument ofnode_next_time()nodes in discrete-event simulation. Many thanks to Fábio N. Demarqui (@fndemarqui) for making this possible! - Removed the
allow_tiesargument fromsim_discrete_event()(ties are now handled automatically in a more efficient manner, without the need for user intervention).