table.b9 {MPV} | R Documentation |
The table.b9
data frame has 62 observations on an
experimental pressure drop.
data(table.b9)
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.
Liu, C.H., Kan, M., and Chen, B.H. A Correlation of Two-Phase Pressure Drops in Screen-Plate Bubble Column. Canadian Journal of Chemical Engineering, 71, 460-463.
data(table.b9) attach(table.b9) # Partial Solution to Problem 3.13: y.lm <- lm(y ~ x1 + x2 + x3 + x4) summary(y.lm) detach(table.b9)