Skip to contents

This package includes a Shiny App to generate confusion matrices.

Installation

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

# install.packages("devtools")
devtools::install_github("andrewcstewart/confusion-matrix-app")

Example

This is a basic example which shows you how to solve a common problem:

library(ConfusionMatrixApp)

## basic example code
runCM()