The PHSELECT Procedure
Syntax: PHSELECT Procedure
The following statements are available in the PHSELECT procedure:
PROC PHSELECT <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 <*censor(list)> = <effects> </ model-options>;
OUTPUT OUT=CAS-libref.data-table <options> <keyword <=name>>…<keyword <=name>>;
PARTITION partition-options;
SELECTION <METHOD=method<(method-options)>><options>;
STRATA variable <MISSING>;
WEIGHT variable;
The PROC PHSELECT statement and the MODEL statement are required. The CLASS statement can appear multiple times. If you use a CLASS statement, it must precede the MODEL statements.