| PURCHASE {regclass} | R Documentation |
PURCHASE data
Description
Purchase habits of customers
Usage
data("PURCHASE")
Format
A data frame with 27723 observations on the following 6 variables.
Purchasea factor with levels
BuyNo, whether the customer made a purchase in the following 30 daysVisitsa numeric vector, number of visits customer has made to the chain in last 90 days
Spenta numeric vector, amount of money customer has spent at the chain the last 90 days
PercentClosea numeric vector, the percentage of customers' purchases that occur within 5 miles of their home
Closesta numeric vector, the distance between the customer's home and the nearest store in the chain
CloseStoresa numeric vector, the number of stores in the chain within 5 miles of the customer's home
Details
A nation-wide chain is curious as to whether it can predict whether a former customer will make a purchase at one of its stores in the next 30 days based on the customer's spending habits. Some variables are known by the chain (e.g., Visits) and some are available to purchase from credit card companies (e.g., PercentClose). Is purchasing additional information about the customer worth it?
Source
Adapted from real data on the condition that neither the name of the chain nor other parties be disclosed.