p7.11 {MPV} | R 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)
[Package MPV version 1.63 Index]