Extensions of Latin Squares.
When \(p\) is small, the test from the previous notes can have low power. If we can collect more than \(p^2\) samples, we should. But how exactly should the samples be collected, and how is the replicated design analyzed?
The design decision is context dependent,
Note that in each case, we use a different Latin square in each replicate.
lm(Y ~ Replicate + W1 + W2 + X)
We motivated Latin squares by asking how we can block 2 factors simultaneously. What if we have 3? We could go on forever…. That said, the transition from 2 to 3 is not hard
Introduce \(p\) greek letters to represent the third blocking factor. When \(p=5\), we would have \(\alpha, \beta, \gamma, \delta, \epsilon\), for example.
A Graeco-Latin square is like two Latin Squares overlaid on one another,
with one additional requirement: each Latin and each Greek letter must only appear together once. This last requirement is called orthogonality.
\[ \frac{MS_{\text{Treatment}}}{MS_{E}} = \frac{\frac{1}{p - 1}SS_{\text{Treatment}}}{\frac{1}{\left(p - 1\right)\left(p - 3\right)}SS_{E}} \sim F\left(p - 1, \left(p - 1\right)\left(p - 3\right)\right). \]