Dear all,
I am running a Generalized Estimating Equations model and wanted to check whether there exists any multi collinearity issues. I am not sure how to do that in Stata. I read that in order to check for multi collinearity, one should regress the model, and then run estat vif. For example, this is the code I am thinking of using to generate vif values:
. xtset id year
. xtgee mobility revMM_new n_teams mgr_new1 teamexp_yr c.teamexp_yr#c.teamexp_yr i.teamid i.year if year < 2008 & hlevel >2 & hlevel < 9 & retire~=1 & expansion_mob~=1, family (binomial 1) link(logit) corr(ar1) vce(robust)
. regress mobility revMM_new n_teams mgr_new1 teamexp_yr c.teamexp_yr#c.teamexp_yr i.teamid i.year if year < 2008 & hlevel >2 & hlevel < 9 & retire~=1 & expansion_mob~=1
. estat vif
(a) Is the above procedure correct?
(b) Also, the revMM_new is a non-binary control variable (it records revenue values). Assuming that revMM_new is likely to generate a high vif value, will it be OK to use mean-centered values of this variable in the model?
Kindly let me know. Your help will be greatly appreciated.
Thanks.
Related Posts with Questions regarding multi collinearity and centering of control variable
[putdocx] Using if command to remove blank lineHello, I am making a lot of news report with putdocx command in Stata. I will collect various news …
Omitted coefficients using reghdfeHello, I am estimating regressions that include different fixed effects and variables whose coeffic…
Bootstrap with xtabond2Hello everyone, I am a beginner researcher. Now, I try my data with xtabond2 command. I see almost e…
R200 error ologit categorical dependent and independent variablesHi all, I am really struggling with identifying the predictors of a 5 category variable Excellent to…
Sample Selection Issue: Pooled Cross Sectional DataHi All, I am using micro level dependent and country level independent variable. Just for example, …
Subscribe to:
Post Comments (Atom)
0 Response to Questions regarding multi collinearity and centering of control variable
Post a Comment