In: Economics
MULTICOLLINEARITY
- definition, what cause M, how to detect M, example, effect if
ignored M
Multi-Collinearity - It can be defined as the degree of correlation between two or more than two variable they can be moderately or Highly correlated to each other. When there is an increase in the correlation between the independent variables the regression model becomes less reliable.The Independent variables can together explain the dependent variables as of MultiCollinearity the coefficients may be rejected.
The model can be accepted through ANOVA and the F-Test, and the individual coefficients can be rejected through T-test.
Multicillinearity doesn't reduce the accuracy of the predictive powers.
Multiple Correlation Coefficients - Correlation Coefficients between two variables T and Z. The case of Multiple regression equation is -
Z = a + b1T1 + b2T2
Z can be correlated to both T1 and T2. We have a coefficient of multiple regression which measures correlation between Z and Both T1 & T2.
Causes of Multicollianearity -
Detection of Multicollinearity -
For Example - The following is the matrix of Correlation Coefficients between 3 variables Y, X1 and X2.
Y | X1 | X2 | |
Y | 1 | 0.8 | 0.6 |
X1 | 0.8 | 1 | 0.7 |
X2 | 0.6 | 0.7 | 1 |
When we calculate R1.23 = ((r122 + r132 - 2r12r23r13) (1-r232))1/2
= ((0.82 + 0.62 -2*0.8*0.7*0.61) (1 - 0.72))1/2
= (0.643)1/2 = 0.802
Hence 64.3% of the variation in Y can be explained by the Multiple regression equation in terms of X1 and X2.
Effects Multicollinearity is Ignored -