The R package intsurv contains implementations of
and other survival analysis routines, including
You may install the latest released version on CRAN by
install.packages("intsurv")
Examples are provided for the main functions for model-fitting in the package. One may get started from those examples and the function documentation.
library(intsurv)
# integrative Cox model
?iCoxph # Cox cure rate model
?cox_cure # regularized Cox cure rate model ?cox_cure_net
If the version under development is able to pass the automated package checks, one may consider installing it with the help of remotes by
if (! require(remotes)) install.packages("remotes")
::install_github("wenjie2wang/intsurv") remotes