The GENSELECT Procedure
Syntax: GENSELECT Procedure
The following statements are available in the GENSELECT procedure:
PROC GENSELECT <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 response<(response-options)> = <effects> </ model-options>;
MODEL events/trials<(response-options)> = <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 GENSELECT statement and at least one MODEL statement are required. The CLASS statement can appear multiple times. If a CLASS statement is specified, it must precede the MODEL statements.