Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

intensity

Blocking for Intensity Data Set


Description

The intent of this experiment is to help the engineer in improving the ability of detecting targets on a radar system. The two variables chosen which are believed to have the most impact on the detecting abilities of the radar system are marked as the amount of the background noise and the type of filter on the screen.

Usage

data(intensity)

Format

A data frame with 24 observations on the following 4 variables.

Intensity

intensity of targets

Operator

different operators who form the blocks 1 2 3 4

Filter

two types of filter 1 2

Ground

the type of background noise high low medium

References

Montgomery, D. C. (1976-2012). Design and Analysis of Experiments, 8e. J.Wiley.

Examples

data(intensity)
intensity.aov <- aov(Intensity~Ground*Filter+Error(Operator),intensity)
summary(intensity.aov)
intensity.aov

ACSWR

A Companion Package for the Book "A Course in Statistics with R"

v1.0
GPL-2
Authors
Prabhanjan Tattar
Initial release
2015-09-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.