wa_churn {modeldata} | R Documentation |
Watson churn data
Description
Watson churn data
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.
Value
wa_churn |
a data frame |
Source
IBM Watson Analytics https://ibm.co/2sOvyvy
Examples
data(wa_churn)
str(wa_churn)
[Package modeldata version 1.4.0 Index]