LOGSELECT Procedure
Syntax: LOGSELECT Procedure
The following statements are available in the LOGSELECT procedure:
PROC LOGSELECT <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 = <effects> </ model-options>;
MODEL response-level1 response-level2<…response-levelJ> = <effects> </ model-options>;
LSMEANS model-effects </ options>;
ODDSRATIO <variable <(options)>>…<variable <(options)>> </ global-options>;
OUTPUT OUT=libref.data-table <options> <keyword <=name>>…<keyword <=name>>;
PARTITION partition-options;
REPEATED SUBJECT=subject-effect </ repeated-options>;
RISK <variable-list> </ options>;
SELECTION <METHOD=method<(method-options)>><options>;
STORE <OUT=>libref.data-table;
WEIGHT variable </ NORMALIZE>;
The CLASS statement can appear multiple times. If a CLASS statement is specified, it must precede the MODEL statement. If an LSMEANS statement is specified, it must follow the MODEL statement.