chapter 23 multiple regression

49
Copyright © 2014, 2011 Pearson Education, Inc. 1 Chapter 23 Multiple Regressi on

Upload: gregory-mccall

Post on 03-Jan-2016

22 views

Category:

Documents


1 download

DESCRIPTION

Chapter 23 Multiple Regression. 23.1 The Multiple Regression Model. A chain is considering where to locate a new restaurant. Is it better to locate it far from the competition or in a more affluent area? - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 1

Chapter 23Multiple Regression

Page 2: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 2

23.1 The Multiple Regression Model

A chain is considering where to locate a new restaurant. Is it better to locate it far from the competition or in a more affluent area?

Use multiple regression to describe the relationship between several explanatory variables and the response.

Multiple regression separates the effects of each explanatory variable on the response and reveals which really matter.

Page 3: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 3

23.1 The Multiple Regression Model

Multiple regression model (MRM): model for the association in the population between multiple explanatory variables and a response.

k: the number of explanatory variables in the multiple regression (k = 1 in simple regression).

Page 4: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 4

23.1 The Multiple Regression Model

The response Y is linearly related to k explanatory variables X1, X2, and Xk by the equation

The unobserved errors in the model1. are independent of one another,2. have equal variance, and 3. are normally distributed around the regression equation.

kkXXXY ...221102(0, )N

Page 5: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 5

23.1 The Multiple Regression Model

While the SRM bundles all but one explanatory variable into the error term, multiple regression allows for the inclusion of several variables in the model.

In the MRM, residuals departing from normality may suggest that an important explanatory variable has been omitted.

Page 6: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 6

23.2 Interpreting Multiple Regression

Example: Women’s Apparel Stores

Response variable: sales at stores in a chain of women’s apparel (annually in dollars per square foot of retail space).

Two explanatory variables: median household income in the area (thousands of dollars) and number of competing apparel stores in the same mall.

Page 7: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 7

23.2 Interpreting Multiple Regression

Example: Women’s Apparel Stores

Begin with a scatterplot matrix, a table of scatterplots arranged as in a correlation matrix.

Using a scatterplot matrix to understand data can save considerable time later when interpreting the multiple regression results.

Page 8: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 8

23.2 Interpreting Multiple Regression

Scatterplot Matrix: Women’s Apparel Stores

Page 9: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 9

23.2 Interpreting Multiple Regression

Example: Women’s Apparel Stores

The scatterplot matrix for this example

Confirms a positive linear association between sales and median household income.

Shows a weak association between sales and number of competitors.

Page 10: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 10

23.2 Interpreting Multiple Regression

Correlation Matrix: Women’s Apparel Stores

Page 11: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 11

23.2 Interpreting Multiple Regression

R-squared and se

The equation of the fitted model for estimating sales in the women’s apparel stores example is

= 60.359 + 7.966 Income -24.165 Competitorsy

Page 12: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 12

23.2 Interpreting Multiple Regression

R-squared and se

R2 indicates that the fitted equation explains 59.47% of the store-to-store variation in sales.

For this example, R2 is larger than the r2 values for separate SRMs fitted for each explanatory variable; it is also larger than their sum.

For this example, se = $68.03.

Page 13: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 13

23.2 Interpreting Multiple Regression

R-squared and se

is known as the adjusted R-squared. It adjusts for both sample size n and model size k. It is always smaller than R2.

The residual degrees of freedom (n-k-1) is the divisor of se. and se move in opposite directions when an explanatory variable is added to the model ( goes up while se goes down).

2R

2R

2R

Page 14: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 14

Calibration Plot

Calibration plot: scatterplot of the response on the fitted values .

R2 is the correlation between and ; the tighter data cluster along the diagonal line in the calibration plot, the larger the R2 value.

yy

y y

23.2 Interpreting Multiple Regression

Page 15: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 15

Calibration Plot: Women’s Apparel Stores

23.2 Interpreting Multiple Regression

Page 16: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 16

23.2 Interpreting Multiple Regression

Marginal and Partial Slopes

Partial slope: slope of an explanatory variable in a multiple regression that statistically excludes the effects of other explanatory variables.

Marginal slope: slope of an explanatory variable in a simple regression.

Page 17: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 17

23.2 Interpreting Multiple Regression

Partial Slopes: Women’s Apparel Stores

Page 18: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 18

23.2 Interpreting Multiple Regression

Partial Slopes: Women’s Apparel Stores

The slope b1 = 7.966 for Income implies that a store in a location with a higher median household of $10,000 sells, on average, $79.66 more per square foot than a store in a less affluent location with the same number of competitors.

The slope b2 = -24.165 implies that, among stores in equally affluent locations, each additional competitor lowers average sales by $24.165 per square foot.

Page 19: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 19

23.2 Interpreting Multiple Regression

Marginal and Partial Slopes

Partial and marginal slopes only agree when the explanatory variables are uncorrelated.

In this example they do not agree. For instance, the marginal slope for Competitors is 4.6352. It is positive because more affluent locations tend to draw more competitors. The MRM separates these effects but the SRM does not.

Page 20: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 20

23.2 Interpreting Multiple Regression

Path Diagram

Path diagram: schematic drawing of the relationships among the explanatory variables and the response.

Collinearity: very high correlations among the explanatory variables that make the estimates in multiple regression uninterpretable.

Page 21: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 21

23.2 Interpreting Multiple Regression

Path Diagram: Women’s Apparel Stores

Income has a direct positive effect on sales and an indirect negative effect on sales via the number of competitors.

Page 22: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 22

23.3 Checking Conditions

Conditions for Inference

Use the residuals from the fitted MRM to check that the errors in the model

are independent; have equal variance; and follow a normal distribution.

Page 23: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 23

23.3 Checking Conditions

Residual Plots

Plot of residuals versus fitted y values is not only used to identify outliers and to check the similar variances condition, but to check for dependence that can arise from omitting an important variable from the model.

Plot of residuals versus each explanatory variable are used to verify that the relationships are linear.

Page 24: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 24

23.3 Checking Conditions

Residual Plot: Women’s Apparel Stores

Visually estimate that se is less than $75 per sq ft

(all residuals lie within $150 of horizontal line).No evident pattern.

Page 25: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 25

23.3 Checking Conditions

Residual Plot: Women’s Apparel Stores

This plot of residuals versus Income does not indicate a problem.

Page 26: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 26

23.3 Checking Conditions

Residual Plot: Women’s Apparel Stores

This plot of residuals versus Competitors does not indicate a problem.

Page 27: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 27

23.3 Checking Conditions

Check Normality: Women’s Apparel Stores

The quantile plot indicates nearly normal condition is satisfied (although a slight skew is evident in histogram).

Page 28: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 28

23.4 Inference in Multiple Regression

Inference for the Model: F-test

F-test: test of the explanatory power of the MRM as a whole.

F-statistic: ratio of the sample variance of the fitted values to the variance of the residuals.

Page 29: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 29

23.4 Inference in Multiple Regression

Inference for the Model: F-test

The F-Statistic

is used to test the null hypothesis that all slopes are equal to zero, e.g., H0: .

k

kn

R

RF

1

1 2

2

021

Page 30: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 30

23.4 Inference in Multiple Regression

F-test Results in Analysis of Variance Table

The F-statistic has a p-value of <0.0001; reject H0.

Income and Competitors together explain statistically significant variation in sales.

Page 31: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 31

23.4 Inference in Multiple Regression

Inference for One Coefficient

The t-statistic is used to test each slope using the null hypothesis H0: βj = 0.

The t-statistic is calculated as

)(

0

j

jj bse

bt

Page 32: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 32

23.4 Inference in Multiple Regression

t-test Results for Women’s Apparel Stores

The t-statistics and associated p-values indicate that both slopes are significantly different from zero.

Page 33: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 33

23.4 Inference in Multiple Regression

Confidence Interval Results

Consistent with t-statistics results.

Page 34: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 34

23.4 Inference in Multiple Regression

Prediction Intervals

An approximate 95% prediction interval is given by .

For example, the 95% prediction interval for sales per square foot at a location with median income of $70,000 and 3 competitors is approximately$545.48 ± $137.29 per square foot.

esy 2ˆ

Page 35: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 35

23.5 Steps in Fitting a Multiple Regression

1. What is the problem to be solved? Do these data help in solving it?

2. Check the scatterplots of the response versus each explanatory variable (scatterplot matrix).

3. If the scatterplots appear straight enough, fit the multiple regression model. Otherwise find a transformation.

Page 36: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 36

23.5 Steps in Fitting a Multiple Regression (Continued)

4. Obtain the residuals and fitted values from the regression.

5. Make scatterplots that show the overall model. Use plot of e vs. to check for similar variances.

6. Check residuals for dependence.

7. Scatterplot residuals versus individual explanatory variables. Look for patterns.

y

Page 37: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 37

23.5 Steps in Fitting a Multiple Regression (Continued)

8. Check whether residuals are nearly normal.

9. Use the F-statistic to test the null hypothesis that the collection of explanatory variables has no effect on the response.

10. If the F-statistic is statistically significant, test and interpret individual partial slopes.

Page 38: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 38

4M Example 23.1: SUBPRIME MORTGAGES

Motivation

A banking regulator would like to verify how lenders use credit scores to determine the interest rate paid by subprime borrowers. The regulator would like to isolate the effect of credit score from other variables that might affect interest rate such as loan-to-value (LTV) ratio, income of the borrower and value of the home.

Page 39: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 39

4M Example 23.1: SUBPRIME MORTGAGES

Method

Use multiple regression on data obtained for 372 mortgages from a credit bureau. The explanatory variables are the LTV, credit score, income of the borrower, and home value. The response is the annual percentage rate of interest on the loan (APR).

Page 40: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 40

4M Example 23.1: SUBPRIME MORTGAGES

Method Find correlations among variables:

Page 41: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 41

4M Example 23.1: SUBPRIME MORTGAGES

Method Check scatterplot matrix (like APR vs. LTV )

Linearity and no obvious lurking variables conditions satisfied.

Page 42: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 42

4M Example 23.1: SUBPRIME MORTGAGES

Mechanics Fit model and check conditions.

Page 43: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 43

4M Example 23.1: SUBPRIME MORTGAGES

Mechanics Residuals versus fitted values.

Similar variances condition is satisfied.

Page 44: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 44

4M Example 23.1: SUBPRIME MORTGAGES

Mechanics

Nearly normal condition is not satisfied; data are skewed. Using Central Limit Theorem is justified.

Page 45: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 45

4M Example 23.1: SUBPRIME MORTGAGES

Message

Regression analysis shows that the characteristics of the borrower (credit score) and loan LTV affect interest rates in the market. These two factors together explain almost half of the variation in interest rates. Neither income of the borrower nor the home value improves a model with these two variables.

Page 46: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 46

Best Practices

Know the context of your model.

Examine plots of the overall model and individual explanatory variables before interpreting the output.

Check the overall F-statistic before looking at the t-statistics.

Page 47: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 47

Best Practices (Continued)

Distinguish marginal from partial slopes.

Let your software compute prediction intervals in multiple regression.

Page 48: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 48

Pitfalls

Don’t confuse a multiple regression with several simple regressions.

Do not become impatient.

Don’t believe that you have all of the important variables.

Page 49: Chapter 23 Multiple Regression

Copyright © 2014, 2011 Pearson Education, Inc. 49

Pitfalls (Continued)

Do not think that you have found causal effects.

Do not interpret an insignificant t-statistic to mean that an explanatory variable has no effect.

Don’t think that the order of the explanatory variables in a regression matters.