Learn R Programming

lsmeans (version 1.10-3)

auto.noise: Auto Pollution Filter Noise

Description

Three-factor experiment comparing pollution-filter noise for two filters, three sizes of cars, and two sides of the car.

Usage

auto.noise

Arguments

source

Dataset was imported from the Data and Story Library - http://lib.stat.cmu.edu/DASL/Datafiles/airpullutionfiltersdat.html (sic). However, the factor levels were assigned meaningful names, and the observations were sorted in random order as if this were the run order of the experiment.

Details

The data are from a statement by Texaco, Inc. to the Air and Water Pollution Subcommittee of the Senate Public Works Committee on June 26, 1973. Mr. John McKinley, President of Texaco, cited an automobile filter developed by Associated Octel Company as effective in reducing pollution. However, questions had been raised about the effects of filters on vehicle performance, fuel consumption, exhaust gas back pressure, and silencing. On the last question, he referred to the data included here as evidence that the silencing properties of the Octel filter were at least equal to those of standard silencers.

References

A.Y. Lewin and M.F. Shakun (1976) Policy Sciences: Methodology and Cases. Pergammon Press. p.313.

Examples

Run this code
require(lsmeans)
noise.lm = lm(noise ~ size * type * side, data = auto.noise)
lsmip(noise.lm, type ~ size | side)

Run the code above in your browser using DataLab