| p11.12 {MPV} | R Documentation |
The p11.12 data frame has 19 observations on satellite cost.
data(p11.12)
This data frame contains the following columns:
first-unit satellite cost
weight of the electronics suite
Montgomery, D.C., Peck, E.A., and Vining, C.G. (2001) Introduction to Linear Regression Analysis. 3rd Edition, John Wiley and Sons.
Simpson and Montgomery (1998)
data(p11.12)
attach(p11.12)
plot(cost~x)
detach(p11.12)