Index of /web/packages/survivalmodels/readme

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html2020-10-15 15:30 6.1K 

README

survivalmodels

CRAN Status Badge CRAN Checks tic

Repo Status Lifecycle

CRAN Downloads codecov dependencies License: MIT

What is survivalmodels?

survivalmodels implements models for survival analysis that are either not already implemented in R, or novel implementations for speed improvements. Currently implemented are five neural networks from the Python packages pycox, DNNSurv, and the Akritas non-parametric conditional estimator. Further updates will include implementations of noel survival models.

Installation

Install the last release from CRAN:

install.packages("survivalmodels")

Install the development version from GitHub:

remotes::install_github("RaphaelS1/survivalmodels")