Skip to content

intsurv 0.2.2

Latest
Compare
Choose a tag to compare
@wenjie2wang wenjie2wang released this 08 Jan 13:42
· 5 commits to main since this release
cde78ae

New features

  • Added AIC to outputs of fitted Cox cure models.
  • Added a new argument named cv_nfolds to cox_cure_net() and cox_cure_net.fit() for model selection by cross-validation.
  • Added new arguments named surv_offset and cure_offset for optional offset terms in survival model component and incidence model component, respectively, to cox_cure(), cox_cure.fit(), cox_cure_net(), and cox_cure_net.fit(). One or more offset terms can be also specified via corresponding formula.

Bug fixes

  • Fixed issue caused by zeros in specified surv_l1_penalty_factor and cure_l1_penalty_factor for cox_cure_net() and cox_cure_net.fit(). Thank Sy Han Chiou for reporting this issue.