Learn R Programming

lift (version 0.0.2)

churn: Churn data

Description

churn contains three variables: the churn predictions (probabilities) of two models, and observed churn

Usage

data(churn)

Arguments

Format

A data frame with 1302 observations, and 3 variables: predictions, predictions2, churn.

Examples

Run this code
data(churn)
str(churn)

Run the code above in your browser using DataLab