R version of ‘survivalist’ a Package containing Model-Agnostic Survival Analysis models

Documentation Documentation

Documentation follows exactly the Python API.

This is the R version of Python’s Techtonique/survivalist. See: https://thierrymoudiki.github.io/blog/index.html#list-posts

Install

From GitHub

install.packages("remotes")
remotes::install_github("Techtonique/survivalist_r")

Uses uv to define the Python environment containing all the Python packages you need:

# pip install uv # if necessary
uv venv venv
source venv/bin/activate
uv pip install pip survivalist

Examples

Read the vignettes