E4.11 {SenSrivastava} | R Documentation |
The E4.11
data frame has 133 rows and 2 columns.
data(E4.11)
This data frame contains the following columns:
a numeric vector, the repair cost in dollars.
a factor with levels
Both
Ring gear
Starter
, the type of part being repaired.
M.R.Khavanin, Department of Mechanical Engineering, University of Illinois at Chicago.
data(E4.11)
E4.11.m1 <- lm(Cost ~ Part - 1, data=E4.11)
summary(E4.11.m1)