Iterative stepwise regression adds or removes one independent variable at a time to or from the multiple linear regression equation.
To perform iterative stepwise regression, Predictor:
Calculates the partial F statistic for each independent variable.
Adds the independent variable with the most significant correlation (partial F statistic).
Checks the partial F statistic of the independent variables in the regression equation to see if any became insignificant (have a probability below the minimum) with the addition of the latest independent variable.
Removes the least significant of any insignificant independent variables one at a time.
Repeats step 3 until no insignificant variables remain in the regression equation.
Repeats steps 1 through 5 until one of the following occurs:
The regression reaches one of the stopping criteria (see the Forward Stepwise Regression for information on how the stopping criteria work).
The resulting equation always has at least one independent variable.