alr4 (version 1.0.5)

sniffer: Sniffer data

Description

When gasoline is pumped into a tank, hydrocarbon vapors are forced out and into the atmosphere. To reduce this significant source of air pollution, devices are installed to capture the vapor. In testing these vapor recovery systems, a "sniffer" measures the amount recovered. John Rice provided the data for the file sniffer.txt.

Arguments

Format

This data frame contains the following columns:
TankTemp
Initial tank temperature (degrees F)
GasTemp
Temperature of the dispensed gasoline (degrees F)
TankPres
Initial vapor pressure in the tank (psi)
GasPres
Vapor pressure of the dispensed gasoline (psi)
Y
Hydrocarbons emitted (grams)

Source

John Rice

References

Weisberg, S. (2014). Applied Linear Regression, 4th edition. Hoboken NJ: Wiley.

Examples

Run this code
head(sniffer)

Run the code above in your browser using DataLab