Learn R Programming

MPV (version 1.38)

p5.2: 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)

Arguments

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

Run this code
data(p5.2)
plot(p5.2)

Run the code above in your browser using DataLab