The 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<(response-options)> = <effects> </ model-options>;

  • OUTPUT OUT=CAS-libref.data-table <options> <keyword <=name>>…<keyword <=name>>;

  • PARTITION partition-options;

  • SELECTION <METHOD=method<(method-options)>><options>;

  • WEIGHT variable;

The PROC LOGSELECT 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.

Last updated: December 21, 2018