simpledata {RSADBE} | R Documentation |
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)
Format
A data frame with 200 observations on the following 2 variables.
Predictions
Predicted probabilities
Label
True class of the observations
Examples
data(simpledata)
[Package RSADBE version 1.0 Index]