| intensity {ACSWR} | R Documentation |
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.
Intensityintensity of targets
Operatordifferent operators who form the blocks
1234Filtertwo types of filter
12Groundthe type of background noise
highlowmedium
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
[Package ACSWR version 1.0 Index]