(1)Combine the correlated variables. 1 In this sequence, we look at four possible indirect methods for alleviating a problem of multicollinearity. POSSIBLE INDIRECT MEASURES FOR ALLEVIATING MULTICOLLINEARITY
2 First, if the correlated variables are similar conceptually, it may be reasonable to combine them into some overall index. POSSIBLE INDIRECT MEASURES FOR ALLEVIATING MULTICOLLINEARITY (1)Combine the correlated variables.
3 That is precisely what has been done with the three cognitive ASVAB variables. ASVABC has been calculated as a weighted average of scores on subtests: ASVAB02 (arithmetic reasoning), ASVAB03 (word knowledge), and ASVAB04 (paragraph comprehension).. 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 | POSSIBLE INDIRECT MEASURES FOR ALLEVIATING MULTICOLLINEARITY
4 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. POSSIBLE INDIRECT 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 |
(2)Drop some of the correlated variables. 5 Dropping some of the correlated variables, if they have insignificant coefficients, may alleviate multicollinearity. POSSIBLE INDIRECT MEASURES FOR ALLEVIATING MULTICOLLINEARITY
6 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. POSSIBLE INDIRECT MEASURES FOR ALLEVIATING MULTICOLLINEARITY (2)Drop some of the correlated variables.
7 If that is the case, their omission may cause omitted variable bias, to be discussed in Chapter 6. POSSIBLE INDIRECT MEASURES FOR ALLEVIATING MULTICOLLINEARITY (2)Drop some of the correlated variables.
8 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. (3)Empirical restriction POSSIBLE INDIRECT MEASURES FOR ALLEVIATING MULTICOLLINEARITY
9 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. POSSIBLE INDIRECT MEASURES FOR ALLEVIATING MULTICOLLINEARITY (3)Empirical restriction
10 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. POSSIBLE INDIRECT MEASURES FOR ALLEVIATING MULTICOLLINEARITY (3)Empirical restriction
11 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.) POSSIBLE INDIRECT MEASURES FOR ALLEVIATING MULTICOLLINEARITY (3)Empirical restriction
12 This is a simple regression because there will be relatively little variation in the price paid by the households. POSSIBLE INDIRECT MEASURES FOR ALLEVIATING MULTICOLLINEARITY (3)Empirical restriction
13 Now substitute b' for 2 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 POSSIBLE INDIRECT MEASURES FOR ALLEVIATING MULTICOLLINEARITY (3)Empirical restriction
14 There are some problems with this technique. First, the 2 coefficients may be conceptually different in time series and cross-section contexts. POSSIBLE INDIRECT MEASURES FOR ALLEVIATING MULTICOLLINEARITY (3)Empirical restriction
15 Second, since we subtract the estimated income component b' X, not the true income component 2 X, from Y when constructing Z, we have introduced an element of measurement error in the dependent variable. 2 POSSIBLE INDIRECT MEASURES FOR ALLEVIATING MULTICOLLINEARITY (3)Empirical restriction
16 The last, but by no means least, indirect method for alleviating multicollinearity is the use of a theoretical restriction, which is defined as a hypothetical relationship among the parameters of a regression model. (4)Theoretical restriction POSSIBLE INDIRECT MEASURES FOR ALLEVIATING MULTICOLLINEARITY
17 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. POSSIBLE INDIRECT MEASURES FOR ALLEVIATING MULTICOLLINEARITY (4)Theoretical restriction
18 A one-point increase in ASVABC increases S by 0.13 years.. 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 | POSSIBLE INDIRECT MEASURES FOR ALLEVIATING MULTICOLLINEARITY
19 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.. 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 | POSSIBLE INDIRECT MEASURES FOR ALLEVIATING MULTICOLLINEARITY
20 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. POSSIBLE INDIRECT 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 |
21 It is also surprising that the coefficient of SM is not significant, even at the 5 percent level, using a one-sided test. POSSIBLE INDIRECT 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 |
. 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 | However assortive mating leads to correlation between SM and SF and the regression appears to be suffering from multicollinearity.. cor SM SF (obs=540) | SM SF SM | SF | POSSIBLE INDIRECT MEASURES FOR ALLEVIATING MULTICOLLINEARITY
23 Suppose that we hypothesize that mother's and father's education are equally important. We can then impose the restriction 3 = 4. POSSIBLE INDIRECT MEASURES FOR ALLEVIATING MULTICOLLINEARITY (4)Theoretical restriction
24 This allows us to rewrite the equation as shown. POSSIBLE INDIRECT MEASURES FOR ALLEVIATING MULTICOLLINEARITY (4)Theoretical restriction
25 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. POSSIBLE INDIRECT MEASURES FOR ALLEVIATING MULTICOLLINEARITY (4)Theoretical restriction
. 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 3 is now POSSIBLE INDIRECT 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 | Not surprisingly, this is a compromise between the coefficients of SM and SF in the previous specification. POSSIBLE INDIRECT MEASURES FOR ALLEVIATING MULTICOLLINEARITY. reg S ASVABC SM SF S | Coef. Std. Err. t P>|t| [95% Conf. Interval] ASVABC | SM | SF | _cons |
28 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. POSSIBLE INDIRECT 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 S | Coef. Std. Err. t P>|t| [95% Conf. Interval] ASVABC | SM | SF | _cons |
. 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 S | Coef. Std. Err. t P>|t| [95% Conf. Interval] 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. POSSIBLE INDIRECT MEASURES FOR ALLEVIATING MULTICOLLINEARITY
Copyright Christopher Dougherty 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 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 EC2020 Elements of Econometrics