Learn R Programming

ACSWR (version 1.0)

shelf_stock: The Shelf-Stocking Data

Description

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.

Usage

data("shelf_stock")

Arguments

Format

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

Examples

Run this code
data(shelf_stock)
sslm <- lm(Time ~ Cases_Stocked -1, data=shelf_stock)

Run the code above in your browser using DataLab