Learn R Programming

ACSWR (version 1.0)

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)

Arguments

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

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

Run the code above in your browser using DataLab