JointFPM
A Parametric Model for Estimating the Mean Number of Events
Recurrent-event modelling settles, with mean_no() promoted to stable.
◆Recent moves
- 1y ago
mean_no() promoted to a stable interface
A one-line release that moves mean_no() out of provisional status. Nothing else changes, but downstream code can now depend on its interface.
View source ↗ - 2y ago
summary() method and control arguments passed to rstpm2
Adds summary.JointFPM() for reading model estimates, and control and dots arguments on predict.JointFPM() that pass through to the underlying rstpm2 fit, which is what users reach for when estimation needs tuning.
View source ↗ - 2y ago
Gaussian quadrature option for the mean-events integration
Gaussian quadrature becomes an alternative to Romberg integration when computing the mean number of events, trading node count for speed. It matters most when standardizing over continuous covariates.
View source ↗ - 2y ago
Standardized marginal estimates plus input validation
Adds standardization so the mean number of events and differences between groups can be reported marginally, alongside input checks and clearer errors. This is the release that made the package's estimates reportable rather than merely computable.
View source ↗ - 2y ago
Bug fixes for differences between mean-event functions
Corrective work days after the first release, on the estimation of differences between two mean-event functions. The fixes change reported numbers rather than internals.
View source ↗