The following table summarizes the ODS tables that you can request with the PROC OPTTEX statement.
Table 14.8: ODS Tables Produced in PROC OPTEX
|
ODS Table Name |
Description |
Statement |
Option |
|---|---|---|---|
|
ClassLevels |
Classification variable levels |
CLASS |
default |
|
FactorRanges |
Continuous variable ranges |
default |
default |
|
BlockDesignEfficiencies |
Block design efficiency criteria |
BLOCK |
default |
|
Efficiencies |
Efficiency criteria for all designs |
GENERATE |
default |
|
Criteria |
Efficiency criteria for a single design |
EXAMINE |
default |
|
Points |
Design points |
EXAMINE |
POINTS |
|
Information |
Information matrix XPX |
EXAMINE |
INFORMATION |
|
Variance |
Inverse information matrix inv(XPX) |
EXAMINE |
VARIANCE |
|
Status |
Optimization status |
PROC |
STATUS |
|
Distances |
Distance criteria for all designs |
GENERATE |
CRITERION=U or S |