ActualsAndScores: ActualsAndScores
Description
A dataset containing the actuals for a simulated binary response variable as a numeric
and the prediction probablity scores for a classification model like logistic regression.
Usage
data(ActualsAndScores)
Format
A data frame with 170 rows and 2 variablesDetails
- Actuals. A simulated variable meant to serve as the actual binary response variable. The good/events are marked as 1 while the bads/non-events are marked 0.
- PredictedScores. The prediction probability scores based on a classification model.