GroceryRetailer: Grocery Retailer dataset

Description Usage Format Source Examples

Description

A large, national grocery retailer tracks productivity and costs of its facilities closely.

Usage

1
data("GroceryRetailer")

Format

A data frame with 52 observations on the following 4 variables.

y

a numeric vector

x1

a numeric vector

x2

a numeric vector

x3

a numeric vector

Source

Michael H. Kutner; Christopher J. Nachtsheim; John Neter; William Li. Applied Linear Statistical Models Fifth Edition .problem 6.9 page 249

Examples

1
2
data(GroceryRetailer)
## maybe str(GroceryRetailer) ; plot(GroceryRetailer) ...

Example output

Loading required package: leaps
Loading required package: SuppDists
Loading required package: car
Loading required package: carData

ALSM documentation built on May 2, 2019, 10:19 a.m.

Related to GroceryRetailer in ALSM...