Chapter Contents |
Previous |
Next |
Macros for the Design and Analysis of Experiments |
The ADXGEN file contains six general-purpose macros. These macros can be used on all types of designs created by macros in other parts of the collection. The ADXGEN file also contains macros that are called by other parts of the collection. As a result, you must include the ADXGEN file before you include any of the other files.
The macros contained in ADXGEN are as follows:
ADXCODE | codes the factor values for a design to standard values (for example, for two-level factors). |
ADXDCODE | decodes a design from standard values like -1 and +1 to values that you specify. |
ADXINIT | sets several global macro variables. You should call the ADXINIT macro whenever you start a new design. |
ADXQMOD | adds terms for a second-order model to the design data set and writes the second-order regression model to a macro variable. |
ADXRPRT | randomizes a design and displays a data collection report. |
ADXTRANS | finds an optimal Box-Cox power transformation for the response variable. |
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.