Learn R Programming

MPV (version 1.23)

table.b5: Data Set for Table B5

Description

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

Usage

data(table.b5)

Arguments

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 code
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