knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

precogs

Lifecycle: experimental Travis build status AppVeyor build status

The goal of precogs is to provide useful functions for evaluating the performance of statistical risk-prediction models. This includes various aspects of model discrimination, calibration, and clinical utility. This package is primarily meant to provide functions for cutting-edge evaluation metrics and methods in the literature that have not been already made available in R packages.

Installation

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

# install.packages("devtools")
devtools::install_github("mattwarkentin/precogs")

Code of Conduct

Please note that the 'precogs' project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.



mattwarkentin/precogs documentation built on Jan. 12, 2020, 6:24 p.m.