response: response data

Description Usage Format Author(s) Examples

Description

Predicted customer reponse probabilities and true responses for a customer scoring model. Includes results for two data samples: a test sample (response$test) and a validation sample (response$val).

Usage

1

Format

A list with two elements: response$test and response$val, both are data frames with data for 2 variables: preds and dep.

Author(s)

Authors: Koen W. De Bock Maintainer: kdebock@audencia.com

Examples

1
2
3
4
# Load data
data(response)
# Calculate incidence in test sample
print(sum(response$test[,1]=="cl1")/nrow(response$test))

CustomerScoringMetrics documentation built on May 2, 2019, 5:17 a.m.