Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Macros for the Design and Analysis of Experiments

General Macros: ADXGEN File

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:

ADXCODEcodes the factor values for a design to standard values (for example, +- 1 for two-level factors).
ADXDCODEdecodes a design from standard values like -1 and +1 to values that you specify.
ADXINITsets several global macro variables. You should call the ADXINIT macro whenever you start a new design.
ADXQMODadds terms for a second-order model to the design data set and writes the second-order regression model to a macro variable.
ADXRPRTrandomizes a design and displays a data collection report.
ADXTRANSfinds an optimal Box-Cox power transformation for the response variable.
The next six sections cover these macros in detail.


ADXCODE: Code a Design for Analysis

ADXDCODE: Decode a Design

ADXINIT: Set Global Macro Variables

ADXQMOD: Set Up a Second-Order Model

ADXRPRT: Randomize Design and Display a Data Collection Report

ADXTRANS: Determine an Optimal Box-Cox Power Transformation

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

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