| acquisitionRetention {SMCRM} | R Documentation |
Acquisition-Retention Data from Chapter 5
Description
Acquisition-Retention Data from Chapter 5
Usage
acquisitionRetention
Format
Data frame with the following 15 variables
customercustomer number (from 1 to 500)
acquisition1 if the prospect was acquired, 0 otherwise
durationnumber of days the customer was a customer of the firm, 0 if acquisition == 0
profitcustomer lifetime value (CLV) of a given customer, -(Acq_Exp) if the customer is not acquired
acq_exptotal dollars spent on trying to acquire this prospect
ret_exptotal dollars spent on trying to retain this customer
acq_exp_sqsquare of the total dollars spent on trying to acquire this prospect
ret_exp_sqsquare of the total dollars spent on trying to retain this customer
freqnumber of purchases the customer made during that customer's lifetime with the firm, 0 if acquisition == 0
freq_sqsquare of the number of purchases the customer made during that customer's lifetime with the firm
crossbuynumber of product categories the customer purchased from during that customer's lifetime with the firm, 0 if acquisition = 0
sowShare-of-Wallet; percentage of purchases the customer makes from the given firm given the total amount of purchases across all firms in that category
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(acquisitionRetention)
str(acquisitionRetention)