25
MULTIPLE REGRESSION

MULTIPLE REGRESSION. OVERVIEW What Makes it Multiple? What Makes it Multiple? Additional Assumptions Additional Assumptions Methods of Entering Variables

  • View
    234

  • Download
    4

Embed Size (px)

Citation preview

Page 1: MULTIPLE REGRESSION. OVERVIEW What Makes it Multiple? What Makes it Multiple? Additional Assumptions Additional Assumptions Methods of Entering Variables

MULTIPLE REGRESSION

Page 2: MULTIPLE REGRESSION. OVERVIEW What Makes it Multiple? What Makes it Multiple? Additional Assumptions Additional Assumptions Methods of Entering Variables

OVERVIEW

What Makes it Multiple?Additional AssumptionsMethods of Entering VariablesAdjusted R2

Using z-Scores

Page 3: MULTIPLE REGRESSION. OVERVIEW What Makes it Multiple? What Makes it Multiple? Additional Assumptions Additional Assumptions Methods of Entering Variables

WHAT MAKES IT MULTIPLE?

Predict from a combination of two or more predictor (X) variables.

The regression model may account for more variance with more predictors.

Look for predictor variables with low inter-correlations.

Page 4: MULTIPLE REGRESSION. OVERVIEW What Makes it Multiple? What Makes it Multiple? Additional Assumptions Additional Assumptions Methods of Entering Variables

Multiple Regression Equation

Like simple regression, use a linear equation to predict Y scores.

Use the least squares solution.

iY e +....+ Xb + Xb b = 22110

Page 5: MULTIPLE REGRESSION. OVERVIEW What Makes it Multiple? What Makes it Multiple? Additional Assumptions Additional Assumptions Methods of Entering Variables

Assumptions for Regression

Quantitative data (or dichotomous) Independent observationsPredict for same population that was

sampledLinear relationship

Page 6: MULTIPLE REGRESSION. OVERVIEW What Makes it Multiple? What Makes it Multiple? Additional Assumptions Additional Assumptions Methods of Entering Variables

Assumptions for Regression

Homoscedasticity Independent errorsNormality of errors

Page 7: MULTIPLE REGRESSION. OVERVIEW What Makes it Multiple? What Makes it Multiple? Additional Assumptions Additional Assumptions Methods of Entering Variables

ADDITIONAL ASSUMPTIONS

Large ratio of sample size to number of predictor variables Minimum 15 subjects per predictor variable

Predictor variables are not strongly intercorrelated (no multicollinearity)Examine VIF – should be close to 1

Page 8: MULTIPLE REGRESSION. OVERVIEW What Makes it Multiple? What Makes it Multiple? Additional Assumptions Additional Assumptions Methods of Entering Variables

Multicollinearity

When predictor variables are highly intercorrelated with each other, prediction accuracy is not as good.

Be cautious about determining which predictor variable is predicting the best when there is high collinearity among the predictors.

Page 9: MULTIPLE REGRESSION. OVERVIEW What Makes it Multiple? What Makes it Multiple? Additional Assumptions Additional Assumptions Methods of Entering Variables

METHODS OF ENTERING VARIABLES

SimultaneousHierarchical/Block EntryStepwise

ForwardBackwardStepwise

Page 10: MULTIPLE REGRESSION. OVERVIEW What Makes it Multiple? What Makes it Multiple? Additional Assumptions Additional Assumptions Methods of Entering Variables

Simultaneous Multiple Regression

All predictor variables are entered into the regression at the same time

Allows you to determine portion of variance explained by each predictor with the others statistically controlled (part correlation)

Page 11: MULTIPLE REGRESSION. OVERVIEW What Makes it Multiple? What Makes it Multiple? Additional Assumptions Additional Assumptions Methods of Entering Variables

Hierarchical Multiple Regression

Enter variables in a particular order based on a theory or on prior research

Can be done with blocks of variables

Page 12: MULTIPLE REGRESSION. OVERVIEW What Makes it Multiple? What Makes it Multiple? Additional Assumptions Additional Assumptions Methods of Entering Variables

Stepwise Multiple Regression

Enter or remove predictor variables one at a time based on explaining significant portions of variance in the criterionForwardBackwardStepwise

Page 13: MULTIPLE REGRESSION. OVERVIEW What Makes it Multiple? What Makes it Multiple? Additional Assumptions Additional Assumptions Methods of Entering Variables

Forward Stepwise

begin with no predictor variablesadd predictors one at a time according to

which one will result in the largest increase in R2

stop when R2 will not be significantly increased

Page 14: MULTIPLE REGRESSION. OVERVIEW What Makes it Multiple? What Makes it Multiple? Additional Assumptions Additional Assumptions Methods of Entering Variables

Backward Stepwise

begin with all predictor variablesremove predictors one at a time according

to which one will result in the smallest decrease in R2

stop when R2 would be significantly decreased

may uncover suppressor variables

Page 15: MULTIPLE REGRESSION. OVERVIEW What Makes it Multiple? What Makes it Multiple? Additional Assumptions Additional Assumptions Methods of Entering Variables

Suppressor Variable

Predictor variable which, when entered into the equation, increases the amount of variance explained by another predictor variable

In backward regression, removing the suppressor would likely result in a significant decrease in R2, so it will be left in the equation

Page 16: MULTIPLE REGRESSION. OVERVIEW What Makes it Multiple? What Makes it Multiple? Additional Assumptions Additional Assumptions Methods of Entering Variables

Suppressor Variable Example

Y = Job Performance RatingX1 = College GPAX2 = Writing Test Score

Page 17: MULTIPLE REGRESSION. OVERVIEW What Makes it Multiple? What Makes it Multiple? Additional Assumptions Additional Assumptions Methods of Entering Variables

Suppressor Variable Example

Let’s say Writing Score is not correlated with Job Performance, because the job doesn’t require much writing

Let’s say GPA is only a weak predictor of Job Performance, but it seems like it should be a good predictor

Page 18: MULTIPLE REGRESSION. OVERVIEW What Makes it Multiple? What Makes it Multiple? Additional Assumptions Additional Assumptions Methods of Entering Variables

Suppressor Variable Example

Let’s say GPA is “contaminated” by differences in writing ability – really good writers can fake and get higher grades

So, if Writing Score is in the equation, the contamination is removed, and we get a better picture of the GPA-Job Performance relationship

Page 19: MULTIPLE REGRESSION. OVERVIEW What Makes it Multiple? What Makes it Multiple? Additional Assumptions Additional Assumptions Methods of Entering Variables

Stepwise

begin with no predictor variablesadd predictors one at a time according to

which one will result in the largest increase in R2

at each step remove any variable that does not explain a significant portion of variance

stop when R2 will not be significantly increased

Page 20: MULTIPLE REGRESSION. OVERVIEW What Makes it Multiple? What Makes it Multiple? Additional Assumptions Additional Assumptions Methods of Entering Variables

Choosing a Stepwise Method

ForwardEasier to conceptualizeProvides efficient model for predicting Y

BackwardCan uncover suppressor effects

StepwiseCan uncover suppressor effectsTends to be unstable with smaller N’s

Page 21: MULTIPLE REGRESSION. OVERVIEW What Makes it Multiple? What Makes it Multiple? Additional Assumptions Additional Assumptions Methods of Entering Variables

ADJUSTED R2

R2 may overestimate the true amount of variance explained.

Adjusted R2 compensates by reducing the R2 according to the ratio of subjects per predictor variable.

Page 22: MULTIPLE REGRESSION. OVERVIEW What Makes it Multiple? What Makes it Multiple? Additional Assumptions Additional Assumptions Methods of Entering Variables

BETA WEIGHTS

The regression weights can be standardized into beta weights.

Beta weights do not depend on the scales of the variables.

A beta weight indicates the amount of change in Y in units of SD for each SD change in the predictor.

Page 23: MULTIPLE REGRESSION. OVERVIEW What Makes it Multiple? What Makes it Multiple? Additional Assumptions Additional Assumptions Methods of Entering Variables

Example of Reporting Results of Multiple Regression

We performed a simultaneous multiple regression with vocabulary score, abstraction score, and age as predictors and preference for intense music as the dependent variable. The equation accounted for a significant portion of variance, F(3,66) = 4.47, p = .006. As shown in Table 1, the only significant predictor was abstraction score.

Page 24: MULTIPLE REGRESSION. OVERVIEW What Makes it Multiple? What Makes it Multiple? Additional Assumptions Additional Assumptions Methods of Entering Variables
Page 25: MULTIPLE REGRESSION. OVERVIEW What Makes it Multiple? What Makes it Multiple? Additional Assumptions Additional Assumptions Methods of Entering Variables

Take-Home Points

Multiple Regression is a useful, flexible method.

Find the right procedure for your purpose.