table.b14 {MPV} | R Documentation |
The table.b14
data frame has 25 observations on the transient
points of an electronic inverter.
data(table.b14)
This data frame contains the following columns:
Montgomery, D.C., Peck, E.A., and Vining, C.G. (2001) Introduction to Linear Regression Analysis. 3rd Edition, John Wiley and Sons.
data(table.b14) y.lm <- lm(y ~ x1 + x2 + x3 + x4, data=table.b14) plot(y.lm, which=1)