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

predictr

The goal of predictr is to demonstrate relationships between test performances and predictive values.

And to demonstrates a Shiny app.

This is Work In Progress.

Installation

Development version from GitHub with:

# install.packages("devtools")
devtools::install_github("c-marc/predictr")

Example

library(predictr)
## runApp()


c-marc/predictr documentation built on Dec. 19, 2021, 12:52 p.m.