CUSTLOYALTY: CUSTLOYALTY dataset

Description Usage Format Details Source

Description

Customer database describing customer value (adapted from a former case study) and whether they have a loyalty card

Usage

1
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 gender

Married

a factor with levels Married Single giving the customer's marital status

Income

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 above

FirstPurchase

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 store

WalletShare

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


profpetrie/regclass documentation built on May 26, 2019, 8:33 a.m.