modeldata (version 0.0.1)

wa_churn: Watson churn data

Description

Watson churn data

Arguments

Value

wa_churn

a data frame

Details

These data were downloaded from the IBM Watson site (see below) in September 2018. The data contain a factor for whether a customer churned or not. Alternatively, the tenure column presumably contains information on how long the customer has had an account. A survival analysis can be done on this column using the churn outcome as the censoring information. A data dictionary can be found on the source website.

Examples

Run this code
# NOT RUN {
data(wa_churn)
str(wa_churn)
# }

Run the code above in your browser using DataLab