|
Chapter Contents |
Previous |
Next |
| Details of the FACTEX Procedure |
The options are remembered by the procedure; once specified, they remain in effect until you submit a new EXAMINE statement with different options or until you turn off all EXAMINE options by submitting just
examine;
The following options are available.
You can specify (d) 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:
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.