E4.11: Data on Cost of Repairing Starters, Ring Gears or Both in...

Description Usage Format Source Examples

Description

The E4.11 data frame has 133 rows and 2 columns.

Usage

1

Format

This data frame contains the following columns:

Cost

a numeric vector, the repair cost in dollars.

Part

a factor with levels Both Ring gear Starter, the type of part being repaired.

Source

M.R.Khavanin, Department of Mechanical Engineering, University of Illinois at Chicago.

Examples

1
2
3
data(E4.11)
E4.11.m1 <- lm(Cost ~ Part - 1, data=E4.11)
summary(E4.11.m1)

SenSrivastava documentation built on May 2, 2019, 7:29 a.m.