p7.13 {MPV} | R Documentation |
Data Set for Problem 7-13
Description
The p7.13
data frame has 11 observations on production cost
versus production lot size. (This data set was for problem 7-11 in
the third edition of MPV).
Usage
data(p7.13)
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. (2021) Introduction to Linear Regression Analysis. 6th Edition, John Wiley and Sons.
Examples
plot(y ~ x, data=p7.13)
[Package MPV version 1.63 Index]