intsurv

CRAN Version Dependence Build Status Code Coverage

The R package intsurv contains implementations of

and other survival analysis routines, including

Installation

You may install the latest released version on CRAN by

install.packages("intsurv")

Get Started

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)
?iCoxph # integrative Cox model
?cox_cure # Cox cure rate model
?cox_cure_net # regularized Cox cure rate model

Development

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")
remotes::install_github("wenjie2wang/intsurv")

References