lists the alias structure of the design, which identifies effects that are confounded with one another and are thus, indistinguishable.
You can specify d in parentheses immediately after the ALIASING option for a listing of the alias structure with effects up to and including
order d. For example, the following statement requests aliases for up to fourth-order effects (for example, A*B*C*D):
examine aliasing(4);
Each line of the alias structure is listed in the form
effect = effect = …= effect
for as many effects as are aliased with one another.
The default value for d is determined automatically from the model as follows:
-
If you specify the model with a resolution number r in the MODEL statement, then d is the integer part of .
-
If you specify the model with a list of effects in the MODEL statement, then d is the larger of the following, where main effects have order 1, two-factor interactions have order 2, and so on:
If your design involves unit effects, then you can also specify UNITS in parentheses immediately after the ALIASING option
to display for each treatment effect alias string the top unit effect with which it is aliased. Using the UNITS option can
give you information about which error stratum can be used to estimate the background error variance for each estimable treatment
effect. If unit effects are nested, as they typically are in complex split-plot designs, then treatment effects can be aliased
with more than one unit effect. In this case, specify (UNITS=ALL) to see all unit effects with which each treatment effect
is aliased.
For details about aliasing, see the section Alias Structure.