The HPLOGISTIC Procedure

Syntax: HPLOGISTIC Procedure

The following statements are available in the HPLOGISTIC procedure:

PROC HPLOGISTIC <options> ;
BY variables ;
CLASS variable <(options)> $\ldots $ <variable <(options)>> </ global-options> ;
CODE <options> ;
FREQ variable ;
ID variables ;
MODEL response<(response-options)> = <effects> </ model-options> ;
MODEL events/trials<(response-options)> = <effects> </ model-options> ;
OUTPUT <OUT=SAS-data-set>
<keyword <=name>>…
<keyword <=name>> </ options> ;
PERFORMANCE performance-options ;
SELECTION selection-options ;
WEIGHT variable ;

The PROC HPLOGISTIC statement and at least one MODEL statement is required. The CLASS statement can appear multiple times. If a CLASS statement is specified, it must precede the MODEL statements.