Skip to content

Releases: mclements/rstpm2

CRAN bug release

20 Sep 19:15
Compare
Choose a tag to compare

Fix a bug with normal random effects.

CRAN release 1.4.0

01 Sep 07:13
Compare
Choose a tag to compare

This is a major release with the inclusion of several new features.

  • Smooth accelerated failure time models have now been implemented, including natural splines and time-dependent acceleration factors.
  • Standardised estimators (e.g. survival, survival differences and attributable fractions) for unclustered and clustered data.
  • Predictions for survival in the uncured.

There have also been several bug fixes.

CRAN release 1.3.4

10 Oct 14:54
Compare
Choose a tag to compare

This is a substantial update for modelling of clustered time-to-event data.

New features:

  • Added -log link (for additive hazards models) and Aranda-Ordaz link
  • Added Z design matrix for random effects (e.g. random slopes). The current implementation only includes univariate random effects.
  • Added both adaptive and non-adaptive quadrature for normal random effects
  • Added robust standard errors for clustered data
  • Experimental support for clustered data with left-truncation.

Bug fixes include:

  • Can now include parametric smoothers in the formula

C++:

  • Refactored stpm2 now includes the link as a data member, rather than using a template parameter and inheritance. This decreased the binary size by about a half.

New CRAN release

13 Apr 16:35
Compare
Choose a tag to compare

Incremental release, including (i) a bug fix for stpm2 plots and (ii) an implementation for marginal estimators for the frailty models.

Second CRAN release

25 Feb 14:00
Compare
Choose a tag to compare

Re-factored version for CRAN. This includes an important bug fix for pstpm2 and an initial release for frailty models and normal random effects.

Initial CRAN release

27 Jul 11:50
Compare
Choose a tag to compare
v1.2.2

Merge branch 'master' into cran