| customerChurn {SMCRM} | R Documentation |
Customer Churn Data from Chapter 6
Description
Customer Churn Data from Chapter 6
Usage
customerChurn
Format
Data frame with the following 11 variables
customercustomer number (from 1 to 500)
durationtime in days that the acquired prospect has been or was a customer, right-censored at 730 days
censor1 if the customer was still a customer at the end of the observation window, 0 otherwise
avg_ret_expaverage number of dollars spent on marketing efforts to try and retain that customer per month
avg_ret_exp_sqsquare of the average number of dollars spent on marketing efforts to try and retain that customer per month
total_crossbuytotal number of categories the customer has purchased during the customer's lifetime
total_freqtotal number of purchase occasions the customer had with the firm in the customer's lifetime
total_freq_sqsquare of the total number of purchase occasions the customer had with the firm in the customer's lifetime
industry1 if the customer is in the B2B industry, 0 otherwise
revenueannual sales revenue of the prospect's firm (in millions of dollar)
employeesnumber of employees in the prospect's firm
Examples
data(customerChurn)
str(customerChurn)