jolly-io / awesome-survival-analysis

Resources for Survival Analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome Survival Analysis

A curated list of useful resources on learning and researching survival analysis.

Packages

Python Packages

  • lifelines: A complete survival analysis library, written in pure Python.
  • scikit-survival: A Python module for survival analysis built on top of scikit-learn.

R Packages

  • survival: Contains the core survival analysis routines, including definition of Surv objects, Kaplan-Meier curves, and Cox models.
  • Cox model predictions: Documentation for making predictions from a Cox regression model.
  • Concordance in Survival Analysis: A document detailing the concept of concordance in survival analysis.
  • dynpred: Tools for the dynamic prediction in survival analysis.
  • pec: Prediction error curves for risk prediction models in survival analysis.
  • Landmarking: Methods for Landmarking and Survival Analysis.
  • rstanarm: Bayesian Applied Regression Modeling via Stan.
  • JM: Joint Modeling of Longitudinal and Time-to-Event Data.
  • JMbayes: Joint modeling of longitudinal and time-to-event data, employing Bayesian methods with MCMC techniques
  • randomForestSRC: Random Forests for Survival, Regression, and Classification (RF-SRC).
  • LTRCforests: Analyzes Long-Term, Right-Censored longitudinal data using random forests, suitable for censored data in medical and reliability studies.
  • rms: Regression modeling, testing, estimation, validation, graphics, prediction, and typesetting by storing enhanced model design attributes in the fit.

Vignettes

Tutorials

Papers

About

Resources for Survival Analysis