table.b9 | 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:
Superficial fluid velocity of the gas (cm/s)
Kinematic viscosity
Mesh opening (cm)
Dimensionless number relating superficial fluid velocity of the gas to the superficial fluid velocity of the liquid
Dimensionless factor for the pressure drop through a bubble cap
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.