powered by
The table.b5 data frame has 27 observations on liquefaction.
table.b5
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
(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)
Run the code above in your browser using DataLab