Skip to content

simDAG 0.5.1

Choose a tag to compare

@RobinDenz1 RobinDenz1 released this 10 Mar 07:49

New Features

  • Added the node_polr() function to allow generation of data from an ordered logistic or probit regression.

Enhancements

  • Added support for all rsurv package based time-to-event nodes in the model argument of node_next_time() nodes in discrete-event simulation. Many thanks to Fábio N. Demarqui (@fndemarqui) for making this possible!
  • Removed the allow_ties argument from sim_discrete_event() (ties are now handled automatically in a more efficient manner, without the need for user intervention).