CUSTLOYALTY {regclass} | R Documentation |
CUSTLOYALTY dataset
Description
Customer database describing customer value (adapted from a former case study) and whether they have a loyalty card
Usage
data("CUSTLOYALTY")
Format
A data frame with 500 observations on the following 9 variables.
Gender
a factor with levels
Female
Male
giving the customer's genderMarried
a factor with levels
Married
Single
giving the customer's marital statusIncome
a factor with levels
f0t30
,f30t45
,f45t60
,f60t75
,f75t90
,f90toINF
giving the approximate yearly income of the customer. The first level corresponds to 30K or less, the second level corresponds to 30K to 45K, and the last level corresponds to 90K or aboveFirstPurchase
a numeric vector giving the amount of the customer's first purchase amount
LoyaltyCard
a factor with levels
No
Yes
that gives whether the customer has a loyalty card for the storeWalletShare
a numeric vector giving the percentage from 0 to 100 of similar products that the customer makes at this store. A value of 100 means the customer uses this store exclusively for such purchases.
CustomerLV
a numeric vector giving the lifetime value of the customer and reflects the amount spent acquiring and retaining the customer along with the revenue brought in by the customer
TotTransactions
a numeric vector giving the total number of consecutive months the customer has made a transaction in the last year
LastTransaction
a numeric vector giving the total amount of months since the customers last transaction
Details
Each row corresponds to a customer of a local chain. Does having a loyalty card increase the customer's value?
Source
Unknown