The REGSELECT Procedure
Syntax: REGSELECT Procedure
The following statements are available in the REGSELECT procedure:
PROC REGSELECT <options>;
BY variables;
CLASS variable <(options)>…<variable <(options)>> </ global-options>;
CODE <options>;
DISPLAY <table-list> </ options>;
DISPLAYOUT table-spec-list </ options>;
EFFECT name=effect-type(variables </ options>);
FREQ variable;
MODEL dependent = <effects> </ model-options>;
OUTPUT OUT=CAS-libref.data-table <keyword <=name>>…<keyword <=name>> </ options>;
PARTITION partition-options;
SELECTION <METHOD=method <(method-options)>><options>;
WEIGHT variable;
The PROC REGSELECT 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 REGSELECT statement. The remaining statements are described in alphabetical order.