Hierarchical multiple regression, also known as setwise regression, is a method where predictor variables are entered into the regression model in a pre-determined order. This approach assesses the incremental contribution of different predictor sets in explaining the variance in the dependent variable.

Example: Regression Model Steps for Predicting Job Performance:

We aim to predict job performance (\(Y\)) using:

Results and Interpretation

Incremental Contribution of Predictors
Step R2 Delta_R2 p_value
Step 1: Control Variables 0.10 - < 0.05
Step 2: + Cognitive Ability 0.40 0.3 < 0.001
Step 3: + Work Experience 0.45 0.05 0.06 (NS)

Step 1: Demographics explain 10% of the variance in job performance.

Step 2: Adding cognitive ability increases Rsquared by 30%, meaning IQ and problem-solving skills are strong predictors.

Step 3: Work experience adds only 5% more, and the change is not statistically significant (𝑝=0.06).