Hi everybody.
I have a question about fixed effects regression models. I am running a two-way fixed effects model on an unbalanced panel data of 56 companies over 6 years. The analysis is aimed at identifying the relationship between capital structure and profitability (return on equity) of a firm. I am using two control variables: SIZE (measured as natural logarithm of sales) and GROWTH (measured as annual growth rate of sales), whereas the dependent variable is TDA (total debt on assets' book value).
Therefore, my question is: how is it possible to check for multicollinearity after -xtreg- ? Other previous posts about this topic show that the easiest way should be to run a pooled OLS regression including all dummies (time and entity):
and then using VIFs measures to identify collinearity. Nevertheless, I found out that fixed effects models are bound to produce very large VIFs, so these values could be misleading.
I have attached a pdf file with all relevant results to provide further details. As it is possible to see, variable labelled "SIZE" shows really high VIF, as well as "TDA". Therefore, do I have to consider the whole model wrong?
Thank you all in advance for your answers.
I have a question about fixed effects regression models. I am running a two-way fixed effects model on an unbalanced panel data of 56 companies over 6 years. The analysis is aimed at identifying the relationship between capital structure and profitability (return on equity) of a firm. I am using two control variables: SIZE (measured as natural logarithm of sales) and GROWTH (measured as annual growth rate of sales), whereas the dependent variable is TDA (total debt on assets' book value).
Therefore, my question is: how is it possible to check for multicollinearity after -xtreg- ? Other previous posts about this topic show that the easiest way should be to run a pooled OLS regression including all dummies (time and entity):
Code:
reg ROE TDA GROWTH SIZE i.year i.Companyname, robust
I have attached a pdf file with all relevant results to provide further details. As it is possible to see, variable labelled "SIZE" shows really high VIF, as well as "TDA". Therefore, do I have to consider the whole model wrong?
Thank you all in advance for your answers.
Comment