Learn R Programming

MPV (version 1.35)

p7.11: Data Set for Problem 7-11

Description

The p7.11 data frame has 11 observations on production cost versus production lot size.

Usage

data(p7.11)

Arguments

source

Montgomery, D.C., Peck, E.A., and Vining, C.G. (2001) Introduction to Linear Regression Analysis. 3rd Edition, John Wiley and Sons.

Examples

Run this code
data(p7.11)
plot(y ~ x, data=p7.11)

Run the code above in your browser using DataLab