tc: The Toluca Company Labour Hours against Lot Size

Description Usage Format References Examples

Description

The Toluca Company manufactures equipment related to refrigerator. The company, in respect of a particular component of a refrigerator, has data on the labor hours required for the component in various lot sizes. Using this data, the officials wanted to find the optimum lot size for producing this part.

Usage

1
data("tc")

Format

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

Lot_Size

size of the lot

Labour_Hours

the labor hours required

References

Kutner, M. H., Nachtsheim, C. J., Neter, J., and Li, W. (1974-2005). Applied Linear Statistical Models, 5e. McGraw-Hill.

Examples

1
2
3
data(tc)
tclm <- lm(Labour_Hours~Lot_Size,data=tc)
tclm$coefficients

ACSWR documentation built on May 2, 2019, 6:53 a.m.