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

ADXINIT: Set Global Macro Variables

%adxinit

The following macro variables are used for global communication between the various macros:

ADXDSthe name of the data set that contains the last design constructed
ADXFITthe correct model to fit to a fractional factorial design. ADXFIT contains the right-hand side of the model that you can use to analyze the design with a regression procedure. ADXFIT contains a model with main-effect terms, and possibly, two-factor interactions (depending on the resolution of the design). The variable does not contain models with three-factor or higher interactions.
ADXNBthe number of blocks in the current design

ADXNFthe number of factors in the current design
ADXNFITthe number of terms in the correct model for a fractional factorial design
ADXRESthe resolution of a fractional factorial design
ADXVLSTthe list of factor names for the current design
Whenever you start a new design, you must initialize these variables to null values by calling the ADXINIT macro. Note that the ADXINIT macro does not need to be used each time you use one of the other macros; use it only when you start a new design.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

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