p11.12 {MPV} | R Documentation |
Data For Problem 11-12
Description
The p11.12
data frame has 19 observations on satellite cost.
Usage
data(p11.12)
Format
This data frame contains the following columns:
- cost
first-unit satellite cost
- x
weight of the electronics suite
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
data(p11.12)
attach(p11.12)
plot(cost~x)
detach(p11.12)
[Package MPV version 1.63 Index]