Skip to content

Releases: stulacy/multistateutils

Release version 1.2.4

15 Apr 18:35

Choose a tag to compare

Bug fixes. Tests for object class now use inherits and the simulation clock is now of type double to allow for greater range of values.

Release version 1.2.3

10 Nov 15:22

Choose a tag to compare

Output of msprep2 is now an msdata object so it can be changed interchangeably within mstate methods, such as events.

1.2.2 CRAN release

04 Feb 14:19

Choose a tag to compare

CRAN release from commit 50ac956

v.1.2.1 release

08 Oct 09:55

Choose a tag to compare

Cleaned repository to meet the requirements of the Journal of Open Source Software.
No new features, but have added more examples, cleaned up the building process and added instructions for contributing.

1.2.0

24 Jul 16:00

Choose a tag to compare

There are new features in this release, including two new functions:

  • cohort_simulation: runs discrete event simulation over populations
  • msprep2: does the same role as mstate::msprep but takes a tidy data of state entry times as input

And a new feature that provides age limits for cohort_simulation, predict_transitions and length_of_stay.
See vignette for futher details