p2.17 {MPV} | R Documentation |
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)
Format
This data frame contains the following columns:
- BoilingPoint
numeric vector
- BarometricPressure
numeric vector
Source
Montgomery, D.C., Peck, E.A., and Vining, C.G. (2021) Introduction to Linear Regression Analysis. 6th Edition, John Wiley and Sons.
References
Atkinson, A.C. (1985) Plots, Transformations and Regression, Clarendon Press, Oxford.
Examples
data(p2.17)
attach(p2.17)
plot(BoilingPoint ~ BarometricPressure, pch=16)
detach(p2.17)
[Package MPV version 1.63 Index]