Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Details of the FACTEX Procedure

Minimum Aberration

As discussed in "Speeding up the Search" , the FACTEX procedure uses a tree search algorithm to find the confounding rules of a design that matches the size and resolution you specify. There may be more than one solution set of confounding rules, and usually the FACTEX procedure chooses the first one it finds. However, there can still be important differences between designs with the same resolution; to deal with these differences, Fries and Hunter (1980) introduced the concept of aberration in confounded fractional factorial designs. This section defines aberration and discusses how to request minimum aberration designs with the FACTEX procedure.

Recall that a design has resolution r if r is the smallest order of the interactions that are confounded with zero. The idea behind minimum aberration is that a resolution r design that confounds as few rth-order interactions as possible is preferable. Technically, the aberration of a design is the vector k = {k1, k2, ... }, where ki is the number of ith-order interactions that are confounded with zero. A design with aberration k has minimum aberration if k \leq k' for any other design with aberration k', in the sense that ki < k'i for the first i for which k_i \neq k'_i.

For example, consider the resolution 4 design for seven two-level factors in 32 runs (27-2IV) discussed in Example 15.11.

By specifying 5 for the order d for the ALIASING option, you can see how many fourth- and fifth-order interactions are confounded with zero. The default design constructed by the FACTEX procedure confounds two fourth-order interactions and no fifth-order interactions with zero.

0 = A*B*F*G = C*D*E*G
Thus, part of the aberration for this design is
\{k_3,k_4,k_5, ... \} & = & \{0,2,0, ... \}
On the other hand, the design constructed using the MINABS option confounds only one fourth-order interaction and two fifth-order interactions with zero.
0 = C*D*E*F = A*B*C*F*G = A*B*D*E*G

Thus, part of the aberration for this design is

\{k'_3,k'_4,k'_5, ... \} & = & \{0,1,2, ... \}
Since the two aberrations first differ for k4 and k'4, and since k'4 < k4, the aberration for the second design is less than the aberration for the first design.

The definition of aberration requires evaluating the number of ith-order interactions that are confounded with zero for all i\leq
k, where k is the number of factors. Since there are qk generalized interactions between k q-level factors, this evaluation can be prohibitive if there are many factors. Moreover, it is unnecessary if, as is usually the case, you are interested only in small-order interactions. Therefore, when you specify the MINABS option, by default the FACTEX procedure evaluates the aberration only up to order d, where d is the same as the default maximum order for listing the aliasing (see the specifications for the EXAMINE statement on "EXAMINE Statement" ). You can set d to any level by specifying (d) immediately after the MINABS option.

The discussion so far has dealt only with fractional unblocked designs, but one more point to consider is the definition of aberration for block designs. Define a vector b = b1,b2, ... similar to the aberration vector k, except that bi is the number of ith-order interactions that are confounded with blocks. A block design with k and b has minimum aberration if

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.