An R package that implements the conformalized survival analysis methodology.

Overview

The goal of cfsurvival is to provide a lower predictive lower bound for the survival time of an individual, with the guarantee that with probability (1-α) it is no larger than the true survival time.

Installation

To install this package, run the following command in your R console:

if (!require("devtools")){
    install.packages("devtools")
}
devtools::install_github("zhimeir/cfsurvival")

Dependencies

The following R packages (version 4.0.2) packages are required:

License

This packakge is is distributed under the MIT license.