p11.12: Data For Problem 11-12

p11.12R 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)

MPV documentation built on Sept. 8, 2023, 5:44 p.m.

Related to p11.12 in MPV...