CRAN/E | survivalmodels

survivalmodels

Models for Survival Analysis

Installation

About

Implementations of classical and machine learning models for survival analysis, including deep neural networks via 'keras' and 'tensorflow'. Each model includes a separated fit and predict interface with consistent prediction types for predicting risk, survival probabilities, or survival distributions with 'distr6' . Models are either implemented from 'Python' via 'reticulate' , from code in GitHub packages, or novel implementations using 'Rcpp' . Novel machine learning survival models wil be included in the package in near-future updates. Neural networks are implemented from the 'Python' package 'pycox' and are detailed by Kvamme et al. (2019) . The 'Akritas' estimator is defined in Akritas (1994) doi:10.1214/aos/1176325630. 'DNNSurv' is defined in Zhao and Feng (2020) .

github.com/RaphaelS1/survivalmodels/
Bug report File report

Key Metrics

Version 0.1.13
Published 2022-03-24 770 days ago
Needs compilation? yes
License MIT
License File
CRAN checks survivalmodels results

Downloads

Yesterday 52 +41%
Last 7 days 277 +10%
Last 30 days 942 +32%
Last 90 days 2.067 +12%
Last 365 days 7.098 -49%

Maintainer

Maintainer

Raphael Sonabend

raphaelsonabend@gmail.com

Authors

Raphael Sonabend

aut / cre

Material

README
NEWS
Reference manual
Package source

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

survivalmodels archive

Imports

Rcpp ≥ 1.0.5

Suggests

distr6 ≥ 1.6.6
keras
pseudo
reticulate
survival
testthat

LinkingTo

Rcpp

Reverse Imports

RISCA