p7.15 | R Documentation |
The p7.15
data frame has 6 observations
on vapor pressure of water at various temperatures.
data(p7.15)
This data frame contains the following columns:
vapor pressure (mm Hg)
temperature (degrees Celsius)
Montgomery, D.C., Peck, E.A., and Vining, C.G. (2001) Introduction to Linear Regression Analysis. 3rd Edition, John Wiley and Sons.
data(p7.15)
y.lm <- lm(y ~ x, data=p7.15)
plot(y ~ x, data=p7.15)
abline(coef(y.lm))
plot(y.lm, which=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.