Learn R Programming

MPV (version 1.64)

p11.12: Data For Problem 11-12

Description

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

Usage

data(p11.12)

Arguments

Format

This data frame contains the following columns:

cost

first-unit satellite cost

x

weight of the electronics suite

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