p7.11: Data Set for Problem 7-11

p7.11R Documentation

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)

Format

This data frame contains the following columns:

x

production lot size

y

average production cost per unit

Source

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

Examples

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

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

Related to p7.11 in MPV...