Learn R Programming

InformationValue (version 1.2.3)

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)

Arguments

Format

A data frame with 170 rows and 2 variables

Details

  • 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.