| customerAcquisition {SMCRM} | R Documentation |
Customer Acquisition Data from Chapter 3
Description
Customer Acquisition Data from Chapter 3
Usage
customerAcquisition
Format
Data frame with the following 17 variables
customercustomer number (from 1 to 500)
acquisition1 if the prospect was acquired, 0 otherwise
first_purchasedollar value of the first purchase (0 if the customer was not acquired)
clvthe predicted customer lifetime value score. It is 0 if the prospect was not acquired or has already churned from the firm.
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
acq_expensedollars spent on marketing efforts to try and acquire that prospect
acq_expense_sqsquare of dollars spent on marketing efforts to try and acquire that prospect
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
ret_expensedollars spent on marketing efforts to try and retain that customer
ret_expense_sqsquare of dollars spent on marketing efforts to try and retain that customer
crossbuythe number of categories the customer has purchased
frequencythe number of times the customer purchased during the observation window
frequency_sqthe square of the number of times the customer purchased during the observation window
Examples
data(customerAcquisition)
str(customerAcquisition)