README.md

survcomp

Travis Build Status codecov AppVeyor Build status

Overview

R package providing functions to assess and to compare the performance of risk prediction (survival) models.

Author: Benjamin Haibe-Kains, Markus Schroeder, Catharina Olsen, Christos Sotiriou, Gianluca Bontempi, John Quackenbush

survcomp package is also available on Bioconductor.

Installation

# Installing the development version from GitHub:
# install.packages("devtools")
devtools::install_github("bhklab/survcomp")

# Installing from Bioconductor
## try http:// if https:// URLs are not supported
if (!requireNamespace("BiocManager", quietly=TRUE))
    install.packages("BiocManager")
BiocManager::install("survcomp")

Usage

Extensive usage examples are provided in the survcomp vignette on Bioconductor: survcomp.pdf

Getting help

To view documentation for the version of this package installed in your system, start R and enter:

browseVignettes("survcomp")

Contact us by filing an issue in the survcomp issues page.



Try the survcomp package in your browser

Any scripts or data that you put into this service are public.

survcomp documentation built on Nov. 8, 2020, 4:54 p.m.