analysis_regression_backward_stepwise_elimination_regression_model (1)
analysis_regression_backward_stepwise_elimination_regression_model (1)
BACKWARD STEPWISE REGRESSION is a stepwise regression approach that begins with a full
(saturated) model and at each step gradually eliminates variables from the regression model to find a
reduced model that best explains the data. Also known as Backward Elimination regression.
The stepwise approach is useful because it reduces the number of predictors, reducing the
multicollinearity problem and it is one of the ways to resolve the overfitting.
How To
Run: STATISTICS ->REGRESSION -> BACKWARD STEPWISE R EGRESSION...
REMOVE IF ALPHA > option defines the Alpha-to-Remove value. At each step it is used to select
candidate variables for elimination – variables, whose partial F p-value is greater or equal to the
alpha-to-remove. The default value is 0.10.
Select the SHOW CORRELATIONS option to include the correlation coefficients matrix to the report.
Select the SHOW DESCRIPTIVE STATISTICS option to include the mean, variance and standard deviation
of each term to the report.
Select the SHOW RESULTS FOR EACH STEP option to show the regression model and summary statistics
for each step.
Results
The report shows regression statistics for the final regression model. If the SHOW RESULTS FOR EACH STEP
option is selected, the regression model, fit statistics and partial correlations are displayed at each removal
step. Correlation coefficients matrix and descriptive statistics for predictors are displayed if the
corresponding options are selected.
The command removes predictors from the model in a stepwise manner. It starts from the full model with
all variables added, at each step the predictor with the largest p-value (that is over the alpha-to-remove) is
being eliminated. When all remaining variables meet the criterion to stay in the model, the backward
elimination process stops.
References
[HRA] Hocking, R. R. (1976) "The Analysis and Selection of Variables in Linear Regression," Biometrics, 32
[NWK] Neter, J., Wasserman, W. and Kutner, M. H. (1996). Applied Linear Statistical Models, Irwin, Chicago.