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>;
REPEATED SUBJECT=subject-effect </ repeated-options>;
SELECTION <METHOD=method <(method-options)>><options>;
STORE <OUT=>CAS-libref.data-table;
WEIGHT variable </ NORMALIZE>;
The PROC GENSELECT statement and a MODEL statement are required. The CLASS statement can appear multiple times. If a CLASS statement is specified, it must precede the MODEL statement.