table.b5: Data Set for Table B5

table.b5R Documentation

Data Set for Table B5

Description

The table.b5 data frame has 27 observations on liquefaction.

Usage

data(table.b5)

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

data(table.b5)
attach(table.b5)
y.lm <- lm(y ~ x6 + x7)
summary(y.lm)
detach(table.b5)

MPV documentation built on Sept. 8, 2023, 5:44 p.m.

Related to table.b5 in MPV...