The Shelf-Stocking Data
A merchandiser stocks soft-drink on a shelf as a multiple number of the number of cases. The time required to put the cases in the shelves is recorded as a response. Clearly, if there are no cases to be stocked, it is natural that the time to put them on the shelf will be 0.
data("shelf_stock")
A data frame with 15 observations on the following 2 variables.
Time
time required to put the cases in the shelves
Cases_Stocked
number of cases
data(shelf_stock) sslm <- lm(Time ~ Cases_Stocked -1, data=shelf_stock)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.