| OJ | R Documentation |
Orange Juice Data
Description
The data contains 1070 purchases where the customer either purchased Citrus Hill or Minute Maid Orange Juice. A number of characteristics of the customer and product are recorded.
Usage
OJ
Format
A data frame with 1070 observations on the following 18 variables.
PurchaseA factor with levels
CHandMMindicating whether the customer purchased Citrus Hill or Minute Maid Orange JuiceWeekofPurchaseWeek of purchase
StoreIDStore ID
PriceCHPrice charged for CH
PriceMMPrice charged for MM
DiscCHDiscount offered for CH
DiscMMDiscount offered for MM
SpecialCHIndicator of special on CH
SpecialMMIndicator of special on MM
LoyalCHCustomer brand loyalty for CH
SalePriceMMSale price for MM
SalePriceCHSale price for CH
PriceDiffSale price of MM less sale price of CH
Store7A factor with levels
NoandYesindicating whether the sale is at Store 7PctDiscMMPercentage discount for MM
PctDiscCHPercentage discount for CH
ListPriceDiffList price of MM less list price of CH
STOREWhich of 5 possible stores the sale occured at
Source
Stine, Robert A., Foster, Dean P., Waterman, Richard P. Business Analysis Using Regression (1998). Published by Springer.
References
James, G., Witten, D., Hastie, T., and Tibshirani, R. (2013) An Introduction to Statistical Learning with applications in R, https://www.statlearning.com, Springer-Verlag, New York
Examples
summary(OJ)
plot(OJ$Purchase,OJ$PriceCH)