EX7.CATALOG {regclass} | R Documentation |
CATALOG data for Exercise 2 in Chapters 7 and 8
Description
CATALOG data for Exercise 2 in Chapters 7 and 8
Usage
data("EX7.CATALOG")
Format
A data frame with 4000 observations on the following 7 variables.
Buy
a factor with levels
No
Yes
, whether customer made a purchase through the catalog next quarterQuartersWithPurchase
a numeric vector, number of quarters where customer made a purchase through the catalog
PercentQuartersWithPurchase
a numeric vector, percentage of quarters where customer made a purchase through the catalog
CatalogsReceived
a numeric vector, total number of catalogs customer has received
DaysSinceLastPurchase
a numeric vector, number of days since customer placed his or her last order
AvgOrderSize
a numeric vector, the typical number of items per order when customers buys through the catalog
LifetimeOrder
a numeric vector, the number of orders the customer has placed through the catalog
Details
The original source of this data is lost, but it is likely adapted from real data.