toilet_paper_sales {gasmodel} | R Documentation |
Daily Toilet Paper Sales
Description
The daily number of toilet paper packs sold in a European store in 2001 and 2002.
The promo
variable indicates whether the product was promoted in a campaign.
Missing values correspond to the days when the store was closed.
Usage
toilet_paper_sales
Format
A data frame with columns:
- date
Date.
- monday
Dummy variable indicating whether it is Monday.
- tuesday
Dummy variable indicating whether it is Tuesday.
- wednesday
Dummy variable indicating whether it is Wednesday.
- thursday
Dummy variable indicating whether it is Thursday.
- friday
Dummy variable indicating whether it is Friday.
- saturday
Dummy variable indicating whether it is Saturday.
- sunday
Dummy variable indicating whether it is Sunday.
- promo
Dummy variable indicating whether the product is promoted.
- quantity
Number of packs sold.
[Package gasmodel version 0.6.0 Index]