Description Usage Format Examples
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.
1 | 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
1 2 | data(shelf_stock)
sslm <- lm(Time ~ Cases_Stocked -1, data=shelf_stock)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.