Learn R Programming

RSADBE (version 1.0)

simpledata: A simulated data set for illustrating the ROC concept

Description

ROC is an important tool for comparing different models for the same classification problem. This data set comes with barebones infrastructure and is simply complementary in nature towards setting up a clear understanding the ROC construction.

Usage

data(simpledata)

Arguments

Format

A data frame with 200 observations on the following 2 variables.
Predictions
Predicted probabilities
Label
True class of the observations

Examples

Run this code
data(simpledata)

Run the code above in your browser using DataLab