Skip to content

Releases: entjos/JointFPM

JointFPM 1.3.0

Choose a tag to compare

@entjos entjos released this 26 Jul 12:13
  • Stable release of mean_no function

JointFPM 1.2.2

Choose a tag to compare

@entjos entjos released this 20 Feb 12:37
v1.2.2

Increment version number to 1.2.2

JointFPM 1.2.1

Choose a tag to compare

@entjos entjos released this 20 Jun 12:37
  • Added summary.JointFPM(), which provides a ncer overview of the model estimates
  • predict.JointFPM() includes new control and ... arguments, which are passed to rstpm2::gms() and can be used to control the estimation procedure (pull request #12 by @ellessenne).

JointFPM 1.2.0

Choose a tag to compare

@entjos entjos released this 22 Jan 09:07
  • predict.JointFP() allows now to chose Gaussian quadrature instead of Romberg's method for the integration of the production of the survival and intensity function for estimating the mean number of events (@ellessenne, #8). Using Gaussian quadrature is fast while providing results similar to Romberg's method, if a sufficient number if nodes is chosen. This might be particular useful when standardising over linear covariates.
  • Fixed a small error when upgrading to Roxygen 7.3.0 #10.

JointFPM 1.1.0

Choose a tag to compare

@entjos entjos released this 27 Nov 12:28
  • Added standardization for estimating marginal estimates of the mean number of events and differences thereof
  • Added checks of user inputs to JointFPM()
  • Added checks of user inputs to predict.JointFPM()
  • Improved error messages
  • Improved testing coverage

JointFPM 1.0.1

Choose a tag to compare

@entjos entjos released this 13 Oct 08:25

This release included some important bug fixes for estimating differences between two mean number of event functions.

JointFPM 1.0.0

Choose a tag to compare

@entjos entjos released this 25 Sep 06:37
  • First stable release