Hi Everyone,
After my regression results I want to test for multicollinearity with the function VIF. However, VIF does not show the same variables as used in my regression analysis. The variables under six2fixed in the VIF analyse does not even exist. Does someone know what is going on?
I start with the following regression
The output looks like this:
Now I want to test for multicollinearity, but I get other sic2fixed number than shown in my regression.
Why are there other sic2fixed numbers displayed? Thanks in advance
After my regression results I want to test for multicollinearity with the function VIF. However, VIF does not show the same variables as used in my regression analysis. The variables under six2fixed in the VIF analyse does not even exist. Does someone know what is going on?
I start with the following regression
Code:
regress abs_dca earlyea size loss growth inventory sd_sales sd_cfo bm fees i.fyear i.sic2fixed, robust
Code:
Linear regression Number of obs = 1,127 F(36, 1090) = 42.90 Prob > F = 0.0000 R-squared = 0.4906 Root MSE = .16089 ------------------------------------------------------------------------------ | Robust abs_dca | Coef. Std. Err. t P>|t| [95% Conf. Interval] -------------+---------------------------------------------------------------- earlyea | .0139611 .0126574 1.10 0.270 -.0108746 .0387968 size | .003257 .0098638 0.33 0.741 -.0160972 .0226112 loss | -.009179 .0191993 -0.48 0.633 -.0468508 .0284927 growth | -.0008725 .0004332 -2.01 0.044 -.0017224 -.0000226 inventory | .1039879 .1085149 0.96 0.338 -.1089338 .3169097 sd_sales | 4.60e-06 1.77e-06 2.59 0.010 1.12e-06 8.07e-06 sd_cfo | -.0000155 8.05e-06 -1.92 0.055 -.0000313 3.39e-07 bm | .0306091 .0246821 1.24 0.215 -.0178208 .079039 fees | -.0080096 .0120266 -0.67 0.506 -.0316076 .0155884 | fyear | 2016 | -.0323195 .0138803 -2.33 0.020 -.0595546 -.0050844 2017 | .0107309 .0148073 0.72 0.469 -.0183233 .039785 2018 | -.0263443 .0151248 -1.74 0.082 -.0560214 .0033327 2019 | -.0986281 .0472746 -2.09 0.037 -.1913876 -.0058687 | sic2fixed | 20 | .007519 .0289802 0.26 0.795 -.0493444 .0643823 23 | -.1068286 .0290454 -3.68 0.000 -.1638199 -.0498374 26 | -.1332961 .0282909 -4.71 0.000 -.1888069 -.0777853 28 | .4013773 .0316068 12.70 0.000 .3393602 .4633944 29 | -.2151065 .0419823 -5.12 0.000 -.2974818 -.1327311 30 | -.1281859 .0324364 -3.95 0.000 -.1918307 -.0645411 34 | -.1044339 .0339218 -3.08 0.002 -.1709933 -.0378745 35 | .0051912 .0283465 0.18 0.855 -.0504288 .0608112 36 | .0531267 .0342207 1.55 0.121 -.0140192 .1202726 37 | -.1002941 .0274196 -3.66 0.000 -.1540953 -.0464929 38 | .0828333 .0294362 2.81 0.005 .0250752 .1405914 39 | -.0913435 .0315329 -2.90 0.004 -.1532156 -.0294713 45 | -.125567 .0239606 -5.24 0.000 -.1725812 -.0785529 48 | .0575326 .0362255 1.59 0.113 -.0135469 .1286122 49 | -.1038844 .0238229 -4.36 0.000 -.1506284 -.0571404 50 | .1548413 .0853878 1.81 0.070 -.0127017 .3223843 51 | .1588181 .0921888 1.72 0.085 -.0220694 .3397056 55 | -.1566967 .0429625 -3.65 0.000 -.2409953 -.0723982 56 | -.1292806 .0329217 -3.93 0.000 -.1938778 -.0646834 58 | -.0861951 .0426981 -2.02 0.044 -.1699748 -.0024153 59 | -.0584408 .0446967 -1.31 0.191 -.1461421 .0292605 73 | .1492332 .0274652 5.43 0.000 .0953425 .203124 80 | .1703843 .0710612 2.40 0.017 .030952 .3098166 | _cons | .2450955 .1252664 1.96 0.051 -.0006952 .4908861 ------------------------------------------------------------------------------
Code:
. vif Variable | VIF 1/VIF -------------+---------------------- earlyea | 1.40 0.714037 size | 5.83 0.171586 loss | 1.53 0.652766 growth | 1.29 0.776751 inventory | 3.46 0.288736 sd_sales | 3.56 0.280609 sd_cfo | 2.71 0.368631 bm | 1.64 0.610074 fees | 3.99 0.250430 fyear | 2016 | 1.50 0.667212 2017 | 1.58 0.633030 2018 | 1.61 0.619921 2019 | 1.10 0.908733 sic2fixed | 5 | 2.65 0.377903 6 | 1.67 0.598078 8 | 1.56 0.639988 10 | 3.50 0.285662 11 | 2.04 0.491027 12 | 1.37 0.728192 14 | 1.44 0.693666 15 | 2.68 0.373003 16 | 2.46 0.406148 17 | 2.14 0.466498 18 | 3.04 0.328443 19 | 1.28 0.780565 21 | 1.44 0.693522 22 | 1.71 0.583440 23 | 3.46 0.289082 24 | 1.92 0.522031 25 | 2.00 0.501147 26 | 1.99 0.503408 27 | 2.20 0.454065 28 | 1.37 0.731688 29 | 2.00 0.499786 30 | 3.80 0.263003 33 | 1.44 0.692617 -------------+---------------------- Mean VIF | 2.23
Comment