| customerRetentionDemographics {SMCRM} | R Documentation |
Demographics Data for Customer Retention (Chapter 4)
Description
Demographics Data for Customer Retention (Chapter 4)
Usage
customerRetentionDemographics
Format
Data frame with the following 8 variables
customercustomer number (from 1 to 500)
gender1 if the customer is male, 0 if the customer is female
married1 if the customer is married, 0 if the customer is not married
income1 if income < \$30,000 2 if \$30,001 < income < \$45,000 3 if \$45,001 < income < \$60,000 4 if \$60,001 < income < \$75,000 5 if \$75,001 < income < \$90,000 6 if income > \$90,001
first_purchasevalue of the first purchase made by the customer in quarter 1
loyalty1 if the customer is a member of the loyalty program, 0 if not
sowshare-of-wallet; the percentage of purchases the customer makes from the given firm given the total amount of purchases across all firms in that category
clvdiscounted value of all expected future profits, or customer lifetime value
Examples
data(customerRetentionDemographics)
str(customerRetentionDemographics)