Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

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)

ACSWR

A Companion Package for the Book "A Course in Statistics with R"

v1.0
GPL-2
Authors
Prabhanjan Tattar
Initial release
2015-09-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.