The SELECTION statement performs variable selection. The statement is fully documented in the section SELECTION Statement in Chapter 4: Shared Statistical Concepts.
The HPQUANTSELECT procedure supports the following suboptions in the METHOD= option in the SELECTION statement to specify the corresponding effect selection methods:
specifies no model selection.
specifies the forward selection method, which starts with no effects in the model and adds effects.
specifies the backward elimination method, which starts with all effects in the model and deletes effects.
specifies the stepwise regression method, which is similar to the forward selection method except that effects already in the model do not necessarily stay there.
By default, the METHOD=STEPWISE option is used in the SELECTION statement. If you do not use the SELECTION statement, the HPQUANTSELECT procedure fits the full model that is specified by the MODEL statement; this is equivalent to specifying the METHOD=NONE option in the SELECTION statement. For information about all the selection criteria that are used in PROC HPQUANTSELECT, see the section Criteria Used in Model Selection.
The DETAILS=ALL and DETAILS=STEPS options produce "Fit Statistics" and "Parameter Estimates" tables, which provide information about the model that is selected at each step of the selection process.