| 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.
Buya factor with levels
NoYes, whether customer made a purchase through the catalog next quarterQuartersWithPurchasea numeric vector, number of quarters where customer made a purchase through the catalog
PercentQuartersWithPurchasea numeric vector, percentage of quarters where customer made a purchase through the catalog
CatalogsReceiveda numeric vector, total number of catalogs customer has received
DaysSinceLastPurchasea numeric vector, number of days since customer placed his or her last order
AvgOrderSizea numeric vector, the typical number of items per order when customers buys through the catalog
LifetimeOrdera 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.