TolucaCompany: Toluca Company dataset

Description Usage Format Source Examples

Description

The Toluca Company manufactures refrigeration equipment as well as many replacement parts. In the past, one of the replacement parts has been produced periodically in lots of varying sizes. When a cost improvement program was undertaken, company officials wished to determine the optimum lot size for producing this part.

Usage

1
data("TolucaCompany")

Format

A data frame with 25 observations on the following 2 variables.

x

a numeric vector

y

a numeric vector

Source

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

Examples

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

Example output

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

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

Related to TolucaCompany in ALSM...