Learn R Programming

MPV (version 1.35)

p11.12: Data For Problem 11-12

Description

The p11.12 data frame has 19 observations on satellite cost.

Usage

data(p11.12)

Arguments

source

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

References

Simpson and Montgomery (1998)

Examples

Run this code
data(p11.12)
attach(p11.12)
plot(cost~x)
detach(p11.12)

Run the code above in your browser using DataLab