p2.16 | R Documentation |
The p2.16
data frame has 33 observations on the
pressure in a tank the volume of liquid.
data(p2.16)
This data frame contains the following columns:
volume of liquid
pressure in the tank
Montgomery, D.C., Peck, E.A., and Vining, C.G. (2001) Introduction to Linear Regression Analysis. 3rd Edition, John Wiley and Sons.
Carroll and Spiegelman (1986) The Effects of Ignoring Small Measurement Errors in Precision Instrument Calibration. Journal of Quality Technology, 18, 170-173.
data(p2.16)
attach(p2.16)
plot(pressure ~ volume, pch=16)
pressure.lm <- lm(pressure ~ volume)
plot(pressure.lm, which=1)
summary(pressure.lm)
detach(p2.16)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.