p2.17 | R Documentation |
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).
data(p2.17)
This data frame contains the following columns:
numeric vector
numeric vector
Montgomery, D.C., Peck, E.A., and Vining, C.G. (2021) Introduction to Linear Regression Analysis. 6th Edition, John Wiley and Sons.
Atkinson, A.C. (1985) Plots, Transformations and Regression, Clarendon Press, Oxford.
data(p2.17)
attach(p2.17)
plot(BoilingPoint ~ BarometricPressure, pch=16)
detach(p2.17)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.