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>;
LSMEANS <model-effects> </ options>;
OUTPUT OUT=libref.data-table <keyword <=name>>…<keyword <=name>> <options>;
PARTITION <partition-options>;
REPEATED SUBJECT=subject-effect </ repeated-options>;
RESTRICT constraint-specification < / restriction-options >;
SELECTION <METHOD=method <(method-options)>><options>;
STORE <OUT=>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.