Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
Sep 30, 2020
Sep 28, 2020
man
Sep 30, 2020
src
Sep 21, 2020
Sep 28, 2020
Sep 21, 2020
Sep 30, 2020
Sep 21, 2020
Sep 21, 2020
Oct 13, 2020

README.md

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")
You can’t perform that action at this time.