|
Chapter Contents |
Previous |
Next |
| Details of the FACTEX Procedure |
The two model-specifications are described as follows:
After the ESTIMATE= option, you can specify the following option:
You can use NONNEG or N for the keyword NONNEGLIGIBLE.
For example, suppose that you want to construct a fraction of a 24 design in order to estimate the main effects of the four factors. To specify the model, simply list the main effects with the EFFECTS= option, since these are the effects of interest. Furthermore, if you consider the two-factor interactions to be significant but are not interested in estimating them, then list these interactions with the NONNEGLIGIBLE= option.
See Example 15.8 for an example using the ESTIMATE= option. See "16" for details on how the FACTEX procedure interprets the model and derives an appropriate confounding scheme.
If you specify RESOLUTION=MAXIMUM, the FACTEX procedure searches for a design with the highest resolution that satisfies the SIZE statement requirements.
You can use RES or R for the keyword RESOLUTION and MAX for MAXIMUM.
For more on design resolution, see "Resolution" . For an example of model specification using the RESOLUTION=r option, see "Example of a Half-Fraction Factorial Design" . For an example of the RESOLUTION=MAX option, see "Example of a Full Factorial Design in Two Blocks" .
factors x1-xf;
Then Table 15.6 lists equivalent ways to specify common models.
Table 15.6: Equivalent of Model Specifications| RES= option | EST= and NONNEG= options |
model res=3 | model est=(x1-xf); |
model res=4 | model est=(x1-xf) nonneg=(x1|x2|x3|...|xf@2); |
model res=5 | model est=(x1|x2|x3|...|xf@2); |
The resolution specification is more concise than the effects specification and is also more efficient in an algorithmic sense. To decrease the time required to find a design, particularly for designs with a large number of factors, you should specify your model using the RESOLUTION= option rather than listing the effects. For more information on interpreting the resolution number, see "Resolution" .
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.