Multicollinearity

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

In statistics, multicollinearity (also collinearity) is a phenomenon in which one predictor variable in a multiple regression model can be linearly predicted from the others with a substantial degree of accuracy. In this situation, the coefficient estimates of the multiple regression may change erratically in response to small changes in the model or the data. Multicollinearity does not reduce the predictive power or reliability of the model as a whole, at least within the sample data set; it only affects calculations regarding individual predictors. That is, a multivariate regression model with collinear predictors can indicate how well the entire bundle of predictors predicts the outcome variable, but it may not give valid results about any individual predictor, or about which predictors are redundant with respect to others.

Note that in statements of the assumptions underlying regression analyses such as ordinary least squares, the phrase "no multicollinearity" usually refers to the absence of perfect multicollinearity, which is an exact (non-stochastic) linear relation among the predictors. In such a case, the design matrix has less than full rank, and therefore the moment matrix cannot be inverted. Under these circumstances, for a general linear model , the ordinary least squares estimator does not exist.

In any case, multicollinearity is a characteristic of the design matrix, not the underlying statistical model.

Multicollinearity leads to non-identifiable parameters.

Definition[edit]

A depiction of multicollinearity

Collinearity is a linear association between two explanatory variables. Two variables are perfectly collinear if there is an exact linear relationship between them. For example, and are perfectly collinear if there exist parameters and such that, for all observations ,

.

Multicollinearity refers to a situation in which more than two explanatory variables in a multiple regression model are highly linearly related. There is perfect multicollinearity if, for example as in the equation above, the correlation between two independent variables equals 1 or −1. In practice, perfect multicollinearity in a data set is rare. More commonly, the issue of multicollinearity arises when there is an approximate linear relationship among two or more independent variables.

Mathematically, a set of variables is perfectly multicollinear if there exist one or more exact linear relationships among some of the variables. That is, for all observations ,

 

 

 

 

(1)

where are constants and is the observation on the explanatory variable.

To explore one issue caused by multicollinearity, consider the process of attempting to obtain estimates for the parameters of the multiple regression equation

.

The ordinary least squares estimates involve inverting the matrix , where

is an matrix, where is the number of observations, is the number of explanatory variables, and . If there is an exact linear relationship (perfect multicollinearity) among the independent variables, then at least one of the columns of is a linear combination of the others, and so the rank of (and therefore of ) is less than , and the matrix will not be invertible.

Perfect multicollinearity is fairly common when working with raw datasets, which frequently contain redundant information. Once redundancies are identified and removed, however, nearly multicollinear variables often remain due to correlations inherent in the system being studied. In such a case, Equation (1) may be modified to include an error term :

.

In this case, there is no exact linear relationship among the variables, but the variables are nearly perfectly multicollinear if the variance of is small for some set of values for the 's. In this case, the matrix has an inverse, but is ill-conditioned so that a given computer algorithm may or may not be able to compute an approximate inverse; if it can, the resulting computed inverse may be highly sensitive to slight variations in the data (due to magnified effects of either rounding error or slight variations in the sampled data points) and so may be inaccurate or sample-dependent.

Detection[edit]

The following are indicators that multicollinearity may be present in a model:

  1. Large changes in the estimated regression coefficients occur when a predictor variable is added or deleted.
  2. Insignificant regression coefficients for the affected variables occur in the multiple regression, despite a rejection of the joint hypothesis that those coefficients are all zero (using an F-test).
  3. If a multivariable regression finds an insignificant coefficient of a particular explanator, yet a simple linear regression of the explained variable on this explanatory variable shows its coefficient to be significantly different from zero—this situation indicates multicollinearity in the multivariable regression.
  4. Some authors have suggested a formal detection-tolerance or the variance inflation factor (VIF) for multicollinearity:

    where is the coefficient of determination of a regression of explanator on all the other explanators. A tolerance of less than 0.20 or 0.10, a VIF of 5 or 10 and above, or both, indicates a multicollinearity problem.[1]
  5. Farrar–Glauber test:[2] If the variables are found to be orthogonal, there is no multicollinearity; if the variables are not orthogonal, then at least some degree of multicollinearity is present. C. Robert Wichers has argued that Farrar–Glauber partial correlation test is ineffective in that a given partial correlation may be compatible with different multicollinearity patterns.[3] The Farrar–Glauber test has also been criticized by other researchers.[4][5]
  6. Condition number test: The standard measure of ill-conditioning in a matrix is the condition index. This determines if the inversion of the matrix is numerically unstable with finite-precision numbers (standard computer floats and doubles), indicating the potential sensitivity of the computed inverse to small changes in the original matrix. The condition number is computed by finding the square root of the maximum eigenvalue divided by the minimum eigenvalue of the design matrix. If the condition number is above 30, the regression may have severe multicollinearity; multicollinearity exists if, in addition, two or more of the variables related to the high condition number have high proportions of variance explained. One advantage of this method is that it also shows which variables are causing the problem.[6]
  7. Perturbing the data: Multicollinearity can be detected by adding random noise to the data, re-running the regression many times, and seeing how much the coefficients change.
  8. Construction of a correlation matrix among the explanatory variables yields indications as to the likelihood that any given couplet of right-hand-side variables are creating multicollinearity problems. Correlation values (off-diagonal elements) of at least 0.4 are sometimes interpreted as indicating a multicollinearity problem. This procedure is, however, highly problematic and cannot be recommended. Intuitively, correlation describes a bivariate relationship, whereas collinearity is a multivariate phenomenon.

Consequences[edit]

In a linear regression, the true parameters are which are reliably estimated in the case of uncorrelated and (black case) but are unreliably estimated when and are correlated (red case).

One consequence of a high degree of multicollinearity is that, even if the matrix is invertible, a computer algorithm may be unsuccessful in obtaining an approximate inverse, and if it does obtain one, the inverse may be numerically inaccurate. But even in the presence of an accurate matrix, the following consequences arise.

The usual interpretation of a regression coefficient is that it estimates the effect of a one-unit change in an independent variable, , holding the other variables constant. In the presence of multicollinearity, this tends to be less precise than if predictors were uncorrelated with one another. If is highly correlated with another independent variable in the given data set, then and have a particular linear stochastic relationship in the set. In other words, changes in are not independent of changes in . This correlation creates an imprecise estimate of the effect of independent changes in .

In some sense, the collinear variables contain the same information about the dependent variable. If nominally "different" measures quantify the same phenomenon, then they are redundant. Alternatively, if the variables are accorded different names and perhaps employ different numeric measurement scales but are highly correlated with each other, then they suffer from redundancy.

One of the features of multicollinearity is that the standard errors of the affected coefficients tend to be large. In this case, the test of the hypothesis that the coefficient is equal to zero may lead to a failure to reject a false null hypothesis of no effect of the explanator, a type II error.

Another issue with multicollinearity is that small changes to the input data can lead to large changes in the model, even resulting in changes in the sign of parameter estimates.[6]

A principal danger of such data redundancy is overfitting in regression analysis models. The best regression models are those in which the predictor variables each correlate highly with the dependent variable (outcome) but correlate only minimally with each other. Such a model is often called "low noise" and will be statistically robust (that is, it will predict reliably across numerous samples of variable sets drawn from the same statistical population).

So long as the underlying specification is correct, multicollinearity does not bias results; it just produces large standard errors in the related independent variables. More importantly, the usual use of regression is to take coefficients from the model and then apply them to other data. Since multicollinearity causes imprecise estimates of coefficient values, the resulting out-of-sample predictions will also be imprecise. And if the pattern of multicollinearity in the new data differs from that in the data that was fitted, such extrapolation may introduce large errors in the predictions.[7]

However, if the underlying specification is anything less than complete and correct, multicollinearity amplifies misspecification biases. Even though not often recognized in methods texts, this is a common problem in the social sciences where a complete, correct specification of an OLS regression model is rarely known and at least some relevant variables will be unobservable. As a result, the estimated coefficients of correlated independent variables in an OLS regression will be biased by multicollinearity. As the correlation approaches one, the coefficient estimates will misleadingly tend toward infinite magnitudes in opposite directions, even if the variables’ true effects are small and of the same sign.[8]

Remedies[edit]

  1. Avoid the dummy variable trap; including a dummy variable for every category (e.g., summer, autumn, winter, and spring) and including a constant term in the regression together guarantee perfect multicollinearity.
  2. Use independent subsets of data for estimation, and then apply those estimates to the whole data set. This may result in a slightly higher variance than that of the subsets, but the expectation of the coefficient values should be the same. Observe how much the coefficient values vary.
  3. Leave the model as is, despite multicollinearity. The presence of multicollinearity doesn't affect the efficiency of extrapolating the fitted model to new data, provided that the predictor variables follow the same pattern of multicollinearity in the new data as in the data on which the regression model is based.[9]
  4. Drop one of the variables. An explanatory variable may be dropped to produce a model with significant coefficients. However, this loses information. Omission of a relevant variable results in biased coefficient estimates for the remaining explanatory variables that are correlated with the dropped variable.
  5. Obtain more data, if possible. This is the preferred solution. More data can produce more precise parameter estimates (with lower standard errors), as seen from the formula in variance inflation factor for the variance of the estimate of a regression coefficient in terms of the sample size and the degree of multicollinearity.
  6. Mean-center the predictor variables. Generating polynomial terms (i.e., for , , , etc.) or interaction terms (i.e., , etc.) can cause some multicollinearity if the variable in question has a limited range (e.g., [2,4]). Mean-centering will eliminate this special kind of multicollinearity.[10] However, in general, this has no effect. It can be useful in overcoming problems arising from rounding and other computational steps if a carefully designed computer program is not used.
  7. Standardize the independent variables. This may help reduce a false flagging of a condition index above 30.
  8. It has also been suggested that by using the Shapley value, a game theory tool, the model could account for the effects of multicollinearity. The Shapley value assigns a value for each predictor and assesses all possible combinations of importance.[11]
  9. Use Tikhonov regularization (also known as ridge regression).
  10. Use principal component regression.
  11. Use partial least squares regression.
  12. If the correlated explanators are different lagged values of the same underlying explanator, then a distributed lag technique can be used, imposing a general structure on the relative values of the coefficients to be estimated.
  13. Treat highly linearly related variables as a group and study their group effects (see discussion below) instead of their individual effects. At the group level, multicollinearity is not a problem, so no remedies are needed.

Multicollinearity and group effects[edit]

Strongly correlated predictor variables appear naturally as a group. Their collective impact on the response variable can be measured by group effects. For a group of predictor variables , a group effect is defined as a linear combination of their parameters:

where is a weight vector satisfying . It has an interpretation as the expected change in the response variable when variables in the group change by the amount , respectively, at the same time with variables not in the group held constant. Group effects generalize the individual effects in that (1) if , then the group effect reduces to an individual effect, and (2) if and for , then the group effect also reduces to an individual effect. A group effect is said to be meaningful if the underlying simultaneous changes of the variables represented by the weight vector are probable. When is a group of strongly correlated variables, is not meaningful as a group effect since its underlying simultaneous changes represented by are not probable. This is because, due to their strong correlations, it is unlikely that other variables in the group will remain unchanged when increases by one unit. This observation also applies to parameters of other variables in the group.

For strongly correlated predictor variables, group effects that are not meaningful, such as the 's, cannot be accurately estimated by the least squares regression. On the other hand, meaningful group effects can be accurately estimated by the least squares regression. This shows that strongly correlated predictor variables should be handled as a group, and multicollinearity is not a problem at the group level.[12] For a discussion on how to identify meaningful group effects, see linear regression.

Occurrence[edit]

Survival analysis[edit]

Multicollinearity may represent a serious issue in survival analysis. The problem is that time-varying covariates may change their value over the timeline of the study. A special procedure is recommended to assess the impact of multicollinearity on the results.[13]

Interest rates for different terms to maturity[edit]

In various situations, it might be hypothesized that multiple interest rates of various terms to maturity all influence some economic decision, such as the amount of money or some other financial asset to hold, or the amount of fixed investment spending to engage in. In this case, including these various interest rates will in general create a substantial multicollinearity problem because interest rates tend to move together. If each of the interest rates has its separate effect on the dependent variable, it can be extremely difficult to separate out their effects.

Common factors[edit]

The bias-amplifying combination of multicollinearity and misspecification may occur when studies attempt to tease out the effects of two independent variables that (1) are linked by a substantive common factor, and (2) contain unobservable but substantive components (not mere error terms) that are orthogonal to the common factor and that affect the dependent variable separately from any effect of the common factor.

For example, studies sometimes include the same variable twice in a regression, measured at two different points in time. A time-invariant factor common to both variables causes the multicollinearity, while the unobservable nature of the common factor or the time-specific orthogonal components causes the misspecification. The same structure may apply to other substantive variable pairs with a common factor such as two types of knowledge, intelligence, conflict, or financial measures (such as the interest rates mentioned above).

The two main implications of the presence of such common factors among independent variables of a regression analysis are that, as the correlation of independent variables approaches one due to a sizeable common factor, (1) their coefficient estimates will misleadingly tend toward infinite magnitudes in opposite directions, even if the variables’ true effects are small and of the same sign, and (2) the magnitudes of the biased coefficients will be amplified at a similar pace to the standard errors and therefore t-statistics may remain artificially large. Counter-intuitive type I errors are a likely result, rather than the type II errors typically associated with multicollinearity.[14]

To convince readers that this form of multicollinearity is not biasing results, studies should not merely "drop" one of the collinear variables. Rather, they should present separate regression results with each of the collinear variables in isolation followed by a regression that contains both variables. Consistent coefficient signs and magnitudes across these specifications represent strong evidence that common-factor multicollinearity is not biasing results.

Extension[edit]

The concept of lateral collinearity expands on the traditional view of multicollinearity, comprising also collinearity between explanatory and criteria (i.e., explained) variables, in the sense that they may be measuring almost the same thing as each other.[15]

See also[edit]

References[edit]

  1. ^ O’Brien, R. M. (2007). "A Caution Regarding Rules of Thumb for Variance Inflation Factors". Quality & Quantity. 41 (5): 673–690. doi:10.1007/s11135-006-9018-6. S2CID 28778523.
  2. ^ Farrar, Donald E.; Glauber, Robert R. (1967). "Multicollinearity in Regression Analysis: The Problem Revisited" (PDF). Review of Economics and Statistics. 49 (1): 92–107. doi:10.2307/1937887. hdl:1721.1/48530. JSTOR 1937887.
  3. ^ Wichers, C. Robert (1975). "The Detection of Multicollinearity: A Comment". Review of Economics and Statistics. 57 (3): 366–368. doi:10.2307/1923926. JSTOR 1923926.
  4. ^ Kumar, T. Krishna (1975). "Multicollinearity in Regression Analysis". Review of Economics and Statistics. 57 (3): 365–366. doi:10.2307/1923925. JSTOR 1923925.
  5. ^ O'Hagan, John; McCabe, Brendan (1975). "Tests for the Severity of Multicolinearity in Regression Analysis: A Comment". Review of Economics and Statistics. 57 (3): 368–370. doi:10.2307/1923927. JSTOR 1923927.
  6. ^ a b Belsley, David (1991). Conditioning Diagnostics: Collinearity and Weak Data in Regression. New York: Wiley. ISBN 978-0-471-52889-0.
  7. ^ Chatterjee, S.; Hadi, A. S.; Price, B. (2000). Regression Analysis by Example (Third ed.). John Wiley and Sons. ISBN 978-0-471-31946-7.
  8. ^ Kalnins, Arturs (2018). "Multicollinearity: How common factors cause Type 1 errors in multivariate regression". Strategic Management Journal. 39 (8): 2362–2385. doi:10.1002/smj.2783.
  9. ^ Gujarati, Damodar (2009). "Multicollinearity: what happens if the regressors are correlated?". Basic Econometrics (4th ed.). McGraw−Hill. pp. 363.
  10. ^ "12.6 - Reducing Structural Multicollinearity | STAT 501". newonlinecourses.science.psu.edu. Retrieved 16 March 2019.
  11. ^ Lipovestky; Conklin (2001). "Analysis of Regression in Game Theory Approach". Applied Stochastic Models in Business and Industry. 17 (4): 319–330. doi:10.1002/asmb.446.
  12. ^ Tsao, Min (2022). "Group least squares regression for linear models with strongly correlated predictor variables". Annals of the Institute of Statistical Mathematics. doi:10.1007/s10463-022-00841-7.
  13. ^ For a detailed discussion, see Van Den Poel, D.; Larivière, B. (2004). "Customer attrition analysis for financial services using proportional hazard models". European Journal of Operational Research. 157: 196–217. CiteSeerX 10.1.1.62.8919. doi:10.1016/S0377-2217(03)00069-9.
  14. ^ Kalnins, Arturs (2018). "Multicollinearity: How common factors cause Type 1 errors in multivariate regression". Strategic Management Journal. 39 (8): 2362–2385. doi:10.1002/smj.2783.
  15. ^ Kock, N.; Lynn, G. S. (2012). "Lateral collinearity and misleading results in variance-based SEM: An illustration and recommendations" (PDF). Journal of the Association for Information Systems. 13 (7): 546–580. doi:10.17705/1jais.00302. S2CID 3677154.

Further reading[edit]

External links[edit]