Saturated Designs

Very efficient analysis of a large set of factors.

Kris Sankaran true
11-23-2021

Readings 8.6, 8.7, Rmarkdown

  1. There are designs that let you study \(K\) factors using only \(N + 1\) samples; such designs are called saturated. This is an extremely efficient use of samples.

  2. The reason we don’t use saturated designs all the time are that (1) they are not available for all choices of \(K\) and (2) the resulting aliasing structure can make definitive inferences difficult. That said, it’s worth being familiar with a few saturated designs, since it can result in dramatically reduced sampling effort in some special cases.

Resolution III Designs

  1. When \(K + 1\) is a power of 2, then there are resolution III designs that use only \(N = K + 1\) samples. Here are some examples,
A B C
- - +
- + -
+ - -
+ + +

Plackett-Burman Designs

  1. Plackett-Burman designs are a collection of design options working outside the usual fractional factorial paradigm — they don’t rely on the ideas of generators or defining relations that we’ve been using so far to subset full factorial designs into less-costly experiments.

  2. We won’t describe their construction, which relies on techniques from abstract algebra. The properties that are most important to know are

  1. To use these designs, you have to look up the tables of +/-’s, saying which factors to keep on or off for each run. See e.g., Table 8.23/8.24. Alternatively, use the FrF2 R package.