FACTMAC Procedure
Syntax: FACTMAC Procedure
The following statements are available in the FACTMAC procedure:
PROC FACTMAC <options>;
AUTOTUNE <options>;
CODE FILE=filename;
CROSSVALIDATION <options>;
DISPLAY <table-list> </ options>;
DISPLAYOUT table-spec-list </ options>;
FREQ variable;
ID variables;
INPUT variables <LEVEL=INTERVAL | NOMINAL>;
OUTPUT OUT=libref.data-table <options>;
PARTITION partition-option;
SAVESTATE RSTORE=libref.data-table;
TARGET variable <LEVEL=INTERVAL>;
WEIGHT variable;
The PROC FACTMAC statement, an INPUT statement, and the TARGET statement are required. You can specify multiple INPUT statements.
The following sections describe the PROC FACTMAC statement and then describe the other statements in alphabetical order.