
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
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)
Run the code above in your browser using DataLab