What is randomization?

Randomization is a technique that is used to balance the effect of extraneous or uncontrollable conditions that can impact the results of an experiment. For example, ambient temperature, humidity, raw materials, or operators can change during an experiment and inadvertently affect test results. By randomizing the order in which experimental runs are done, you reduce the chance that differences in experimental materials or conditions strongly bias results. Randomization also lets you estimate the inherent variation in materials and conditions so that you can make valid statistical inferences based on the data from your experiment.

Suppose you work for an offset printing company and want to maximize the effectiveness of the bookbinding technique. You can control factors such as glue temperature, paper type, and cooling time. However, you cannot control humidity, which can affect how quickly the glue sets. Or, perhaps there are other "unknowns" that cannot be easily controlled or measured. For example, the bookbinding machine might not apply consistent pressure.

When you create a designed experiment, Minitab automatically randomizes the run order, or ordered sequence of the factor combinations, of the design. For example, a 2-level full factorial design based on the bookbinding example yields the following results, (which will vary because of randomization):

C1 C2 C3 C4 C5 C6 C7
StdOrder RunOrder CenterPt Blocks Glue Temp Paper Type Cooling Time
5 1 1 1 250 Gloss 24
1 2 1 1 250 Gloss 12
7 3 1 1 250 Matte 24
6 4 1 1 350 Gloss 24
2 5 1 1 350 Gloss 12
3 6 1 1 250 Matte 12
4 7 1 1 350 Matte 12
8 8 1 1 350 Matte 24
Minitab reserves and names C1 (StdOrder) and C2 (RunOrder) to store the standard order and run order, respectively.
  • StdOrder shows what the order of the runs in the experiment would be if the experiment was done in standard order, or Yates order.
  • RunOrder shows what the order of the runs in the experiment would be in random order. This is the order you should follow when you run the experiment.

If you do not randomize, the run order and the standard order are the same. There may be situations when randomization leads to an undesirable run order. For instance, in industrial applications, it may be difficult or expensive to change factor levels. Or, after factor levels are changed, it may take a long time for the system to return to a steady state. Under these conditions, you may not want to randomize. Alternatively, you may want to randomize with a split-plot design in order to minimize the level changes.

If you want to re-create a randomized design with the same run order, you can choose a base for the random number generator. Then, when you want to re-create the design, you use the same base.

Note

When you have more than one block, Minitab randomizes each block independently.

Note

In Minitab, use Display Design to switch between a random and standard order display in the worksheet. Choose Stat > DOE > Display Design.