Learn R Programming

MPV (version 1.64)

p2.17: Data Set for Problem 2-17

Description

The p2.17 data frame has 17 observations on the boiling point of water (in Fahrenheit degrees) for various barometric pressures (in inches of mercury).

Usage

data(p2.17)

Arguments

Format

This data frame contains the following columns:

BoilingPoint

numeric vector

BarometricPressure

numeric vector

References

Atkinson, A.C. (1985) Plots, Transformations and Regression, Clarendon Press, Oxford.

Examples

Run this code
data(p2.17)
attach(p2.17)
plot(BoilingPoint ~ BarometricPressure, pch=16)
detach(p2.17)

Run the code above in your browser using DataLab