Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Testing for multicollinearity in fixed effects model

    Hello all,
    I am running a meta analysis on WTP for wind energy. I am using Stata 16. I use the command meta regress with option fixed. Now I need to check for multicollinearity. For regular OLS with vce(cluster var) and aweight[inverse standard error for precision] I use the vif command. Unfortunately in the case of meta regress vif is just possible with the uncentered option, but I don't know if this is appropriate or how to interpret the results. Does anybody have a suggestion how I could test for multicollinearity in this case? I would be very grateful.

  • #2
    Janik:
    as oftentimes advised on this list, it is probably better to forget (quasi-extreme) multicollinearity altogether.
    Just inspect the 95% CIs and check whether they look in line with the literature in your research field.
    Kind regards,
    Carlo
    (StataNow 18.5)

    Comment


    • #3
      Thanks for your reply. I saw that this was discussed before and that it was often suggested to do what you proposed. I just wondered if there is a possibility, because my advisor for my thesis told me to check for multicollinearity.

      Comment


      • #4
        Janik:
        I'm not aware of any test for testing multicollinearity after -meta regress-.
        Perhaps you can consider running:
        Code:
        estat vce, corr
        Kind regards,
        Carlo
        (StataNow 18.5)

        Comment

        Working...
        X