E4.11 {SenSrivastava} | R 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)
[Package SenSrivastava version 2015.6.25.1 Index]