Blocking for Intensity Data Set
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.
data(intensity)
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
Montgomery, D. C. (1976-2012). Design and Analysis of Experiments, 8e. J.Wiley.
data(intensity) intensity.aov <- aov(Intensity~Ground*Filter+Error(Operator),intensity) summary(intensity.aov) intensity.aov
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.