Presentation is loading. Please wait.

Presentation is loading. Please wait.

EC220 - Introduction to econometrics (chapter 3)

Similar presentations


Presentation on theme: "EC220 - Introduction to econometrics (chapter 3)"— Presentation transcript:

1 EC220 - Introduction to econometrics (chapter 3)
Christopher Dougherty EC220 - Introduction to econometrics (chapter 3) Slideshow: alleviation of multicollinearity Original citation: Dougherty, C. (2012) EC220 - Introduction to econometrics (chapter 3). [Teaching Resource] © 2012 The Author This version available at: Available in LSE Learning Resources Online: May 2012 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. This license allows the user to remix, tweak, and build upon the work even for commercial purposes, as long as the user credits the author and licenses their new creations under the identical terms.

2 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
What can you do about multicollinearity if you encounter it? We will discuss some possible measures, looking at the model with two explanatory variables. 1

3 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
Before doing this, two important points should be emphasized. First, multicollinearity does not cause the regression coefficients to be biased. 2

4 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
The problem is that they have unsatisfactorily large variances. 3

5 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
Second, the standard errors and t tests remain valid. The standard errors are larger than they would have been in the absence of multicollinearity, warning us that the regression estimates are erratic. 4

6 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
Since the problem of multicollinearity is caused by the variances of the coefficients being unsatisfactorily large, we will seek ways of reducing them. 5

7 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
(1) Reduce by including further relevant variables in the model. We will focus on the slope coefficient and look at the various components of its variance. We might be able to reduce it by bringing more variables into the model and reducing su2, the variance of the disturbance term. 6

8 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
. reg EARNINGS S EXP EXPSQ Source | SS df MS Number of obs = F( 3, 536) = Model | Prob > F = Residual | R-squared = Adj R-squared = Total | Root MSE = EARNINGS | Coef. Std. Err t P>|t| [95% Conf. Interval] S | EXP | EXPSQ | _cons | The estimator of the variance of the disturbance term is the residual sum of squares divided by n – k, where n is the number of observations (540) and k is the number of parameters (4). Here it is 7

9 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
. reg EARNINGS S EXP EXPSQ MALE ASVABC Source | SS df MS Number of obs = F( 5, 534) = Model | Prob > F = Residual | R-squared = Adj R-squared = Total | Root MSE = EARNINGS | Coef. Std. Err t P>|t| [95% Conf. Interval] S | EXP | EXPSQ | MALE | ASVABC | _cons | We now add two new variables that are often found to be determinants of earnings: MALE, sex of respondent, and ASVABC, the composite score on the cognitive tests in the Armed Services Vocational Aptitude Battery. 8

10 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
. reg EARNINGS S EXP EXPSQ MALE ASVABC Source | SS df MS Number of obs = F( 5, 534) = Model | Prob > F = Residual | R-squared = Adj R-squared = Total | Root MSE = EARNINGS | Coef. Std. Err t P>|t| [95% Conf. Interval] S | EXP | EXPSQ | MALE | ASVABC | _cons | MALE is a qualitative variable and the treatment of such variables will be explained in Chapter 5. 9

11 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
. reg EARNINGS S EXP EXPSQ MALE ASVABC Source | SS df MS Number of obs = F( 5, 534) = Model | Prob > F = Residual | R-squared = Adj R-squared = Total | Root MSE = EARNINGS | Coef. Std. Err t P>|t| [95% Conf. Interval] S | EXP | EXPSQ | MALE | ASVABC | _cons | Both MALE and ASVABC have coefficients significant at the 0.1% level. 10

12 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
. reg EARNINGS S EXP EXPSQ Source | SS df MS Number of obs = F( 3, 536) = Model | Prob > F = Residual | R-squared = Adj R-squared = Total | Root MSE = . reg EARNINGS S EXP EXPSQ MALE ASVABC F( 5, 534) = Model | Prob > F = Residual | R-squared = Adj R-squared = Total | Root MSE = However they account for only a small proportion of the variance in earnings and the reduction in the estimate of the variance of the disturbance term is likewise small. 11

13 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
. reg EARNINGS S EXP EXPSQ EARNINGS | Coef. Std. Err t P>|t| [95% Conf. Interval] S | EXP | EXPSQ | _cons | . reg EARNINGS S EXP EXPSQ MALE ASVABC S | EXP | EXPSQ | MALE | ASVABC | _cons | As a consequence the impact on the standard errors of EXP and EXPSQ is negligible. 12

14 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
. reg EARNINGS S EXP EXPSQ EARNINGS | Coef. Std. Err t P>|t| [95% Conf. Interval] S | EXP | EXPSQ | _cons | . reg EARNINGS S EXP EXPSQ MALE ASVABC S | EXP | EXPSQ | MALE | ASVABC | _cons | Note how unstable the coefficients are. This is often a sign of multicollinearity. 13

15 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
. reg EARNINGS S EXP EXPSQ EARNINGS | Coef. Std. Err t P>|t| [95% Conf. Interval] S | EXP | EXPSQ | _cons | . reg EARNINGS S EXP EXPSQ MALE ASVABC S | EXP | EXPSQ | MALE | ASVABC | _cons | . cor S ASVABC (obs=540) | S ASVABC S | ASVABC | Note also that the standard error of the coefficient of S has actually increased. This is attributable to the correlation of 0.58 between S and ASVABC. 14

16 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
. reg EARNINGS S EXP EXPSQ EARNINGS | Coef. Std. Err t P>|t| [95% Conf. Interval] S | EXP | EXPSQ | _cons | . reg EARNINGS S EXP EXPSQ MALE ASVABC S | EXP | EXPSQ | MALE | ASVABC | _cons | . cor S ASVABC (obs=540) | S ASVABC S | ASVABC | This is a common problem with this approach to attempting to reduce the problem of multicollinearity. If the new variables are linearly related to one or more of the variables already in the equation, their inclusion may make the problem of multicollinearity worse. 15

17 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
(2) Increase the number of observations. Surveys: increase the budget, use clustering The next factor to look at is n, the number of observations. If you are working with cross-section data (individuals, households, enterprises, etc) and you are undertaking a survey, you could increase the size of the sample by negotiating a bigger budget. 16

18 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
(2) Increase the number of observations. Surveys: increase the budget, use clustering Alternatively, you could make a fixed budget go further by using a technique known as clustering. You divide the country geographically by zip code or postal area. 17

19 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
(2) Increase the number of observations. Surveys: increase the budget, use clustering You select a number of these randomly, perhaps using stratified random sampling to make sure that metropolitan, other urban, and rural areas are properly represented. 18

20 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
(2) Increase the number of observations. Surveys: increase the budget, use clustering You then confine the survey to the areas selected. This reduces the travel time and cost of the fieldworkers, allowing them to interview a greater number of respondents. 19

21 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
(2) Increase the number of observations. Surveys: increase the budget, use clustering Time series: use quarterly instead of annual data If you are working with time series data, you may be able to increase the sample by working with shorter time intervals for the data, for example quarterly or even monthly data instead of annual data. 20

22 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
. reg EARNINGS S EXP EXPSQ MALE ASVABC Source | SS df MS Number of obs = F( 5, 2708) = Model | Prob > F = Residual | R-squared = Adj R-squared = Total | Root MSE = EARNINGS | Coef. Std. Err t P>|t| [95% Conf. Interval] S | EXP | EXPSQ | MALE | ASVABC | _cons | Here is the result of running the regression with all 2,714 observations in the EAEF data set. 21

23 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
. reg EARNINGS S EXP EXPSQ MALE ASVABC Number of obs = EARNINGS | Coef. Std. Err t P>|t| [95% Conf. Interval] S | EXP | EXPSQ | MALE | ASVABC | _cons | Number of obs = S | EXP | EXPSQ | MALE | ASVABC | _cons | Comparing this result with that using Data Set 21, we see that the standard errors are much smaller, as expected. 22

24 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
. reg EARNINGS S EXP EXPSQ MALE ASVABC Number of obs = EARNINGS | Coef. Std. Err t P>|t| [95% Conf. Interval] S | EXP | EXPSQ | MALE | ASVABC | _cons | Number of obs = S | EXP | EXPSQ | MALE | ASVABC | _cons | As a consequence, the t statistics of the variables are higher. However the correlation between EXP and EXPSQ is as high as in the smaller sample and the increase in the sample size has not been large enough to have much impact on the problem of multicollinearity. 23

25 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
. reg EARNINGS S EXP EXPSQ MALE ASVABC Number of obs = EARNINGS | Coef. Std. Err t P>|t| [95% Conf. Interval] S | EXP | EXPSQ | MALE | ASVABC | _cons | Number of obs = S | EXP | EXPSQ | MALE | ASVABC | _cons | The coefficients of EXP and EXPSQ both still have unexpected signs since we expect the coefficient of EXP to be positive and that of EXPSQ to be negative, reflecting diminishing returns. 24

26 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
. reg EARNINGS S EXP EXPSQ MALE ASVABC Number of obs = EARNINGS | Coef. Std. Err t P>|t| [95% Conf. Interval] S | EXP | EXPSQ | MALE | ASVABC | _cons | Number of obs = S | EXP | EXPSQ | MALE | ASVABC | _cons | The EXPSQ coefficient has a rather large t statistic, which is a matter of concern. We could assume that this has occurred as a matter of chance. Alternatively, it might be an indication that the model is misspecified. 25

27 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
. reg EARNINGS S EXP EXPSQ MALE ASVABC Number of obs = EARNINGS | Coef. Std. Err t P>|t| [95% Conf. Interval] S | EXP | EXPSQ | MALE | ASVABC | _cons | Number of obs = S | EXP | EXPSQ | MALE | ASVABC | _cons | As we will see in the next and subsequent chapters, there are good reasons for supposing that the dependent variable in an earnings function should be the logarithm of earnings, rather than earnings in linear form. 26

28 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
(3) Increase MSD(X2). A third possible way of reducing the problem of multicollinearity might be to increase the variation in the explanatory variables. This is possible only at the design stage of a survey. 27

29 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
(3) Increase MSD(X2). For example, if you were planning a household survey with the aim of investigating how expenditure patterns vary with income, you should make sure that the sample included relatively rich and relatively poor households as well as middle-income households. 28

30 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
(4) Reduce Another possibility might be to reduce the correlation between the explanatory variables. This is possible only at the design stage of a survey and even then it is not easy. 29

31 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
(5) Combine the correlated variables. If the correlated variables are similar conceptually, it may be reasonable to combine them into some overall index. 30

32 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
. reg EARNINGS S EXP EXPSQ MALE ASVABC Source | SS df MS Number of obs = F( 5, 534) = Model | Prob > F = Residual | R-squared = Adj R-squared = Total | Root MSE = EARNINGS | Coef. Std. Err t P>|t| [95% Conf. Interval] S | EXP | EXPSQ | MALE | ASVABC | _cons | That is precisely what has been done with the three cognitive ASVAB variables. ASVABC has been calculated as a weighted average of ASVAB02 (arithmetic reasoning), ASVAB03 (word knowledge), and ASVAB04 (paragraph comprehension). 31

33 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
. reg EARNINGS S EXP EXPSQ MALE ASVABC Source | SS df MS Number of obs = F( 5, 534) = Model | Prob > F = Residual | R-squared = Adj R-squared = Total | Root MSE = EARNINGS | Coef. Std. Err t P>|t| [95% Conf. Interval] S | EXP | EXPSQ | MALE | ASVABC | _cons | The three components are highly correlated and by combining them as a weighted average, rather than using them individually, one avoids a potential problem of multicollinearity. 32

34 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
(6) Drop some of the correlated variables. Dropping some of the correlated variables, if they have insignificant coefficients, may alleviate multicollinearity. 33

35 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
(6) Drop some of the correlated variables. However, this approach to multicollinearity is dangerous. It is possible that some of the variables with insignificant coefficients really do belong in the model and that the only reason their coefficients are insignificant is because there is a problem of multicollinearity. 34

36 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
(6) Drop some of the correlated variables. If that is the case, their omission may cause omitted variable bias, to be discussed in Chapter 6. 35

37 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
(7) Empirical restriction A further way of dealing with the problem of multicollinearity is to use extraneous information, if available, concerning the coefficient of one of the variables. 36

38 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
(7) Empirical restriction For example, suppose that Y in the equation above is the demand for a category of consumer expenditure, X is aggregate disposable personal income, and P is a price index for the category. 37

39 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
(7) Empirical restriction To fit a model of this type you would use time series data. If X and P are highly correlated, which is often the case with time series variables, the problem of multicollinearity might be eliminated in the following way. 38

40 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
(7) Empirical restriction Obtain data on income and expenditure on the category from a household survey and regress Y' on X'. (The ' marks are to indicate that the data are household data, not aggregate data.) 39

41 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
(7) Empirical restriction This is a simple regression because there will be relatively little variation in the price paid by the households. 40

42 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
(7) Empirical restriction Now substitute b' for b2 in the time series model. Subtract b' X from both sides, and regress Z = Y – b' X on price. This is a simple regression, so multicollinearity has been eliminated. 2 2 2 41

43 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
(7) Empirical restriction There are some problems with this technique. First, the b2 coefficients may be conceptually different in time series and cross-section contexts. 42

44 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
(7) Empirical restriction Second, since we subtract the estimated income component b' X, not the true income component b 2X, from Y when constructing Z, we have introduced an element of measurement error in the dependent variable. 2 43

45 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
(8) Theoretical restriction Last, but by no means least, is the use of a theoretical restriction, which is defined as a hypothetical relationship among the parameters of a regression model. 44

46 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
(8) Theoretical restriction It will be explained using an educational attainment model as an example. Suppose that we hypothesize that highest grade completed, S, depends on ASVABC, and highest grade completed by the respondent's mother and father, SM and SF, respectively. 45

47 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
. reg S ASVABC SM SF Source | SS df MS Number of obs = F( 3, 536) = Model | Prob > F = Residual | R-squared = Adj R-squared = Total | Root MSE = S | Coef. Std. Err t P>|t| [95% Conf. Interval] ASVABC | SM | SF | _cons | A one-point increase in ASVABC increases S by 0.13 years. 46

48 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
. reg S ASVABC SM SF Source | SS df MS Number of obs = F( 3, 536) = Model | Prob > F = Residual | R-squared = Adj R-squared = Total | Root MSE = S | Coef. Std. Err t P>|t| [95% Conf. Interval] ASVABC | SM | SF | _cons | S increases by 0.05 years for every extra year of schooling of the mother and 0.11 years for every extra year of schooling of the father. 47

49 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
. reg S ASVABC SM SF Source | SS df MS Number of obs = F( 3, 536) = Model | Prob > F = Residual | R-squared = Adj R-squared = Total | Root MSE = S | Coef. Std. Err t P>|t| [95% Conf. Interval] ASVABC | SM | SF | _cons | Mother's education is generally held to be at least, if not more, important than father's education for educational attainment, so this outcome is unexpected. 48

50 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
. reg S ASVABC SM SF Source | SS df MS Number of obs = F( 3, 536) = Model | Prob > F = Residual | R-squared = Adj R-squared = Total | Root MSE = S | Coef. Std. Err t P>|t| [95% Conf. Interval] ASVABC | SM | SF | _cons | It is also surprising that the coefficient of SM is not significant, even at the 5% level, using a one-sided test. 49

51 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
. reg S ASVABC SM SF Source | SS df MS Number of obs = F( 3, 536) = Model | Prob > F = Residual | R-squared = Adj R-squared = Total | Root MSE = S | Coef. Std. Err t P>|t| [95% Conf. Interval] ASVABC | SM | SF | _cons | . cor SM SF (obs=540) | SM SF SM | SF | However assortive mating leads to correlation between SM and SF and the regression appears to be suffering from multicollinearity. 50

52 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
(8) Theoretical restriction Suppose that we hypothesize that mother's and father's education are equally important. We can then impose the restriction b3 = b4. 51

53 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
(8) Theoretical restriction This allows us to rewrite the equation as shown. 52

54 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
(8) Theoretical restriction Defining SP to be the sum of SM and SF, the equation may be rewritten as shown. The problem caused by the correlation between SM and SF has been eliminated. 53

55 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
. g SP=SM+SF . reg S ASVABC SP Source | SS df MS Number of obs = F( 2, 537) = Model | Prob > F = Residual | R-squared = Adj R-squared = Total | Root MSE = S | Coef. Std. Err t P>|t| [95% Conf. Interval] ASVABC | SP | _cons | The estimate of b3 is now 54

56 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
. g SP=SM+SF . reg S ASVABC SP S | Coef. Std. Err t P>|t| [95% Conf. Interval] ASVABC | SP | _cons | . reg S ASVABC SM SF ASVABC | SM | SF | _cons | Not surprisingly, this is a compromise between the coefficients of SM and SF in the previous specification. 55

57 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
. g SP=SM+SF . reg S ASVABC SP S | Coef. Std. Err t P>|t| [95% Conf. Interval] ASVABC | SP | _cons | . reg S ASVABC SM SF ASVABC | SM | SF | _cons | The standard error of SP is much smaller than those of SM and SF. The use of the restriction has led to a large gain in efficiency and the problem of multicollinearity has been eliminated. 56

58 POSSIBLE MEASURES FOR ALLEVIATING MULTICOLLINEARITY
. g SP=SM+SF . reg S ASVABC SP S | Coef. Std. Err t P>|t| [95% Conf. Interval] ASVABC | SP | _cons | . reg S ASVABC SM SF ASVABC | SM | SF | _cons | The t statistic is very high. Thus it would appear that imposing the restriction has improved the regression results. However, the restriction may not be valid. We should test it. Testing theoretical restrictions is one of the topics in Chapter 6. 57

59 Copyright Christopher Dougherty 2011.
These slideshows may be downloaded by anyone, anywhere for personal use. Subject to respect for copyright and, where appropriate, attribution, they may be used as a resource for teaching an econometrics course. There is no need to refer to the author. The content of this slideshow comes from Section 3.4 of C. Dougherty, Introduction to Econometrics, fourth edition 2011, Oxford University Press. Additional (free) resources for both students and instructors may be downloaded from the OUP Online Resource Centre Individuals studying econometrics on their own and who feel that they might benefit from participation in a formal course should consider the London School of Economics summer school course EC212 Introduction to Econometrics or the University of London International Programmes distance learning course 20 Elements of Econometrics


Download ppt "EC220 - Introduction to econometrics (chapter 3)"

Similar presentations


Ads by Google