p5.2 {MPV} | R Documentation |
Data Set for Problem 5-2
Description
The p5.2
data frame has 11 observations on the vapor
pressure of water for various temperatures.
Usage
data(p5.2)
Format
This data frame contains the following columns:
- temp
temperature (K)
- vapor
vapor pressure (mm Hg)
Source
Montgomery, D.C., Peck, E.A., and Vining, C.G. (2001) Introduction to Linear Regression Analysis. 3rd Edition, John Wiley and Sons.
Examples
data(p5.2)
plot(p5.2)
[Package MPV version 1.63 Index]