| table.b5 {MPV} | R Documentation |
The table.b5 data frame has 27 observations on liquefaction.
data(table.b5)
This data frame contains the following columns:
CO2
Space time (in min)
Temperature (in degrees Celsius)
Percent solvation
Oil yield (g/100g MAF)
Coal total
Solvent total
Hydrogen consumption
Montgomery, D.C., Peck, E.A., and Vining, C.G. (2001) Introduction to Linear Regression Analysis. 3rd Edition, John Wiley and Sons.
(1978) Belle Ayr Liquefaction Runs with Solvent. Industrial Chemical Process Design Development, 17, 3.
data(table.b5)
attach(table.b5)
y.lm <- lm(y ~ x6 + x7)
summary(y.lm)
detach(table.b5)