If you have a specific problem set or edition in mind, please provide the problem numbers. Otherwise, this long piece explains the core concepts and gives worked examples of the types of problems found in Chapter 8. 8.1 Introduction In Chapter 8, we extend the factorial design concepts to situations where experimental units are not homogeneous. Blocking is used to control nuisance factors, and confounding is a technique to deliberately mix certain treatment effects with blocks when the block size is smaller than the number of treatment combinations.
: Main effects A, B, C positive; interactions AB, BC positive; AC negligible. Block effect significant but aliased with ABC. Example 3: (2^4) Design in 4 Blocks (Confounding ABC and ABD) Problem : Construct a (2^4) design (A, B, C, D) in 4 blocks of 4 runs each, confounding ABC and ABD. Find all confounded effects.
y = [25, 22, 20, 30, 24, 28, 32, 35]
Order: (1), a, b, ab, c, ac, bc, abc.
Better to compute systematically:
Effect B: Contrast = (-y_(1) - y_a + y_b + y_ab - y_c - y_ac + y_bc + y_abc) = (-25 -22 +20 +30 -24 -28 +32 +35) = (-47 +50=3 -24=-21 -28=-49 +32=-17 +35=18) → Wait, recalc carefully:
Thus, in this design, we cannot estimate ABC, ABD, or CD separately from block differences. When a design is replicated in blocks but different effects are confounded in different replicates, we have partial confounding . This allows estimation of all effects, but with reduced precision for the confounded ones. design and analysis of experiments chapter 8 solutions
BC: (+1,+1,-1,-1,-1,-1,+1,+1) = 25+22-20-30-24-28+32+35 = (47-20=27; 27-30=-3; -3-24=-27; -27-28=-55; -55+32=-23; -23+35=12) ✅
B: -25-22+20+30-24-28+32+35 = (-47+20=-27; -27+30=3; 3-24=-21; -21-28=-49; -49+32=-17; -17+35=18) ✅ If you have a specific problem set or
| Block | (1) | a | b | ab | c | ac | bc | abc | |-------|-----|---|---|----|---|---|----|-----| | 1 | 25 | | | 30 | | 28 | 32 | | | 2 | | 22 | 20 | | 24 | | | 35 |
AC: (+1,-1,+1,-1,-1,+1,-1,+1) = 25-22+20-30-24+28-32+35 = (25-22=3; 3+20=23; 23-30=-7; -7-24=-31; -31+28=-3; -3-32=-35; -35+35=0) ✅ Blocking is used to control nuisance factors, and