shelf_stock {ACSWR}R Documentation

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")

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

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

[Package ACSWR version 1.0 Index]