TABULARGAN Procedure
Syntax: TABULARGAN Procedure
The following statements are available in the TABULARGAN procedure:
PROC TABULARGAN <options>;
AEOPTIMIZATION < ADAM(suboptions) > < options >;
GANOPTIMIZATION < ADAM(suboptions) > < options >;
GMM <options>;
INPUT variables </ LEVEL=NOMINAL | INTERVAL>;
OUTPUT OUT=libref.data-table;
SAVESTATE RSTORE=libref.data-table;
TRAIN <options>;
The PROC TABULARGAN, INPUT, OUTPUT, and SAVESTATE statements are required. The INPUT statement can appear multiple times.
The rest of this section provides detailed syntax information about each of the preceding statements, beginning with the PROC TABULARGAN statement. The remaining statements are described in alphabetical order.