Changelog
Source:NEWS.md
intsurv 0.3.0
CRAN release: 2025-09-29
Major changes
- Simplified the interface of functions
cox_cure()andcox_cure_net()through helper functionscox_cure.control(),cox_cure.mstep(),cox_cure_net.penalty().
intsurv 0.2.2
CRAN release: 2021-01-08
New features
- Added AIC to outputs of fitted Cox cure models.
- Added a new argument named
cv_nfoldstocox_cure_net()andcox_cure_net.fit()for model selection by cross-validation. - Added new arguments named
surv_offsetandcure_offsetfor optional offset terms in survival model component and incidence model component, respectively, tocox_cure(),cox_cure.fit(),cox_cure_net(), andcox_cure_net.fit(). One or moreoffsetterms can be also specified via corresponding formula.
Bug fixes
- Fixed issue caused by zeros in specified
surv_l1_penalty_factorandcure_l1_penalty_factorforcox_cure_net()andcox_cure_net.fit(). Thank Sy Han Chiou for reporting this issue.
intsurv 0.2.1
CRAN release: 2019-12-18
intsurv 0.2.0
CRAN release: 2019-08-03
New features
- Added function
cox_curefor fitting regular Cox cure rate model and an extended Cox cure rate model for right-censored data with uncertain event status. - Added function
cox_cure_netfor fitting regularized Cox cure rate model for right-censored data with possible uncertain event status. - Added function
cIndexfor computing concordance index with possible weights. - Added function
simData4curefor simulating survival data with possible uncertain event status.