intsurv
R package intsurv by wenjie2wang — release notes from GitHub.
A Cox cure-rate model package woke up after four years to simplify its own interface.
◆Recent moves
- 10mo ago
Model configuration moves into dedicated control functions
The first release in over four years, and it reorganises rather than extends. Splitting configuration into cox_cure.control(), cox_cure.mstep() and cox_cure_net.penalty() untangles the argument list that built up across 0.2.x, and dropping unnecessary internal standardization takes some cost out of the fit.
View source ↗ - 5y ago
Cross-validated model selection and offset terms added
The last release before the long pause, and the one that made the models practical to select between — cv_nfolds for cross-validation, AIC in the output, and offset terms in both the survival and incidence components. These are the arguments the 0.3.0 rework later moved behind helper functions.
View source ↗ - 6y ago
C++ headers relocated so other packages can link them
Moving the headers to inst/include exposed the implementation for reuse by other packages, a decision that treats the C++ core as shared infrastructure rather than private code. A test suite and faster M-step convergence defaults shipped alongside.
View source ↗ - 7y ago
Cox cure models for uncertain event status arrive
The release that established what the package does: cox_cure() for the regular and extended Cox cure rate model, cox_cure_net() for the regularized version, plus a weighted concordance index and a simulator for uncertain-status data. Everything since has refined this surface without adding to it.
View source ↗ - 7y ago
Parameter initialization methods added to the alpha
A one-line change to the alpha version, posted a minute after the first alpha. Pre-dates any public interface.
View source ↗ - 7y ago
Alpha cut for paper submission and simulation reproducibility
The package's origin as a research artifact, published to accompany a paper and let its simulations be reproduced. States plainly that reproducibility, not general use, was the initial purpose.
View source ↗