Learn R Programming

MPV (version 1.23)

table.b7: Data Set for Table B7

Description

The table.b7 data frame has 16 observations on oil extraction from peanuts.

Usage

data(table.b7)

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

Kilgo, M.B. An Application of Fractional Experimental Designs. Quality Engineering, 1, 19-23.

Examples

Run this code
data(table.b7)
attach(table.b7)
# partial solution to Problem 3.11:
peanuts.lm <- lm(y ~ x1 + x2 + x3 + x4 + x5)
summary(peanuts.lm)
detach(table.b7)

Run the code above in your browser using DataLab