Learn R Programming

ACSWR (version 1.0)

tc: The Toluca Company Labour Hours against Lot Size

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

data("tc")

Arguments

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

Run this code
data(tc)
tclm <- lm(Labour_Hours~Lot_Size,data=tc)
tclm$coefficients

Run the code above in your browser using DataLab