table.b5: Data Set for Table B5
Description
The table.b5 data frame has 27 observations on liquefaction.
Format
This data frame contains the following columns:
- y
- CO2
- x1
- Space time (in min)
- x2
- Temperature (in degrees Celsius)
- x3
- Percent solvation
- x4
- Oil yield (g/100g MAF)
- x5
- Coal total
- x6
- Solvent total
- x7
- Hydrogen consumption
Source
Montgomery, D.C., Peck, E.A., and Vining, C.G. (2001)
Introduction to Linear Regression Analysis. 3rd Edition, John Wiley and Sons.References
(1978) Belle Ayr Liquefaction Runs with Solvent. Industrial Chemical
Process Design Development, 17, 3.
Examples
Run this codedata(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