Learn R Programming

MPV (version 1.64)

p7.13: 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)

Arguments

Format

This data frame contains the following columns:

x

production lot size

y

average production cost per unit

Examples

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

Run the code above in your browser using DataLab