lbelzile / longevity

Statistical methods for the analysis of excess lifetimes
https://lbelzile.github.io/longevity
0 stars 1 forks source link
extremes r survival-analysis

longevity

CRAN_Status_Badge License Downloads

The longevity package proposes estimation routines for modeling excess lifetime. Core functionalities include maximum likelihood estimation for parametric models (exponential, Gompertz, Weibull, generalized Pareto, extended generalized Pareto, piecewise generalized Pareto), threshold selection plots for survival data, nonparametric maximum likelihood estimation, profile likelihood estimation for the endpoint of the distribution of exceedances.

Installation

You can install the development version of longevity from GitHub with:

# install.packages("devtools")
devtools::install_github("lbelzile/longevity")

Features