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

E4.11R Documentation

Data on Cost of Repairing Starters, Ring Gears or Both in Diesel Engines

Description

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

Usage

data(E4.11)

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

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

SenSrivastava documentation built on May 29, 2024, 7:34 a.m.