| 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.
Gendera factor with levels
FemaleMalegiving the customer's genderMarrieda factor with levels
MarriedSinglegiving the customer's marital statusIncomea factor with levels
f0t30,f30t45,f45t60,f60t75,f75t90,f90toINFgiving 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 aboveFirstPurchasea numeric vector giving the amount of the customer's first purchase amount
LoyaltyCarda factor with levels
NoYesthat gives whether the customer has a loyalty card for the storeWalletSharea 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.
CustomerLVa 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
TotTransactionsa numeric vector giving the total number of consecutive months the customer has made a transaction in the last year
LastTransactiona 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