The following statements are available in the HPQUANTSELECT procedure:
PROC HPQUANTSELECT <options>;
BY variables;
CLASS variable <(options)> <variable <(options)>> </ global-options>;
CODE <options>;
ID variables;
MODEL dependent = <effects> </ model-options>;
OUTPUT <OUT=SAS-data-set><keyword <=name>>…<keyword <=name>> </ options>;
PARTITION <partition-options>;
PERFORMANCE performance-options;
SELECTION selection-options;
WEIGHT variable;
The PROC HPQUANTSELECT statement and a single MODEL statement are required. All other statements are optional. The CLASS statement can appear multiple times. If a CLASS statement is specified, it must precede the MODEL statement.
The rest of this section provides detailed syntax information about each of the preceding statements, beginning with the PROC HPQUANTSELECT statement. The remaining statements are described in alphabetical order.