Lecture Material Slide 25
Lecture Material Slide 25
Dr. A. Ramesh
DEPARTMENT OF MANAGEMENT
IIT ROORKEE
1
Learning Objectives
• Understand the blocking principle and how it is used to isolate the effect
of nuisance factors
2
Randomized Block Design
3
Why RBD?
4
Randomized block design
5
Randomized block design
6
Air Traffic Controller Stress Test
• A study measuring the fatigue and stress of
air traffic controllers resulted in proposals
for modification and redesign of the
controller’s work station
• After consideration of several designs for
the work station, three specific alternatives
are selected as having the best potential
for reducing controller stress
• The key question is: To what extent do the
three alternatives differ in terms of their
effect on controller stress?
7
Air Traffic Controller Stress Test
• In a completely randomized design, a random sample of controllers would be
assigned to each work station alternative.
• However, controllers are believed to differ substantially in their ability to
handle stressful situations.
• What is high stress to one controller might be only moderate or even low
stress to another.
• Hence, when considering the within-group source of variation (MSE), we must
realize that this variation includes both random error and error due to
individual controller differences.
• In fact, managers expected controller variability to be a major contributor to
the MSE term.
8
A randomized block design for the air traffic controller
stress test
Treatments
System A System B System C
Controller 1 15 15 18
Controller 2 14 14 14
Controller 3 10 11 15
Blocks
Controller 4 13 12 17
Controller 5 16 13 16
Controller 6 13 13 13
9
Solving this example using ANOVA in python
10
Solving this example using ANOVA in python
11
Summary of stress data for the air traffic controller stress test
Treatments System A System B System C Block total Block
Blocks means
Controller 1 15 15 18 48 x1. =16
Controller 2 14 14 14 42 x2. =14
Controller 3 10 11 15 36 x3. =12
Controller 4 13 12 17 42 x4. =14
Controller 5 16 13 16 45 x5. =15
Controller 6 13 13 13 39 x6. =13
Column Total 81 78 93 252 =
x 252/18
= 14
12
Summary of stress data for the air traffic controller stress test
• Treatment means
13
ANOVA TABLE FOR THE RANDOMIZED BLOCK DESIGN WITH k
TREATMENTS AND b BLOCKS
14
RBD Problem
15
RBD Problem
16
RBD Problem
17
ANOVA table for the air traffic controller stress test
19
Solving RBD example using python
20
Conclusion
• Finally, note that the ANOVA table shown in Table provides an F value to
test for treatment effects but not for blocks.
• The reason is that the experiment was designed to test a single factor—
work station design.
• The blocking based on individual stress differences was conducted to
remove such variation from the MSE term.
• However, the study was not designed to test specifically for individual
differences in stress.
21
Problem 2: RBD
22
Problem 2: RBD
23
Anova using jupyter
24
Problem 2: RBD
• The sums of squares for the analysis of variance are computed as follows:
25
Problem 2: RBD
26
Problem 2: RBD
• Analysis of Variance for the Randomized Complete Block Experiment
Sources of Sum of Degrees of Mean F P- value
Variation Squares Freedom Square
27
Conclusion
28
Python code for problem 2
29
Python code for problem 2
30
Python code for problem 2
31