Announcement

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

  • Hausman test: failure to meet asymptotic assumptions

    Hi I am running a simple model on countries green exports. So I wanted to check if I should random or fixed effects.
    I ran Hausman test, but got very strange results. Any ideas what might be wrong with this dataset?
    Click image for larger version

Name:	Screenshot (11).png
Views:	1
Size:	46.7 KB
ID:	1749463

  • #2
    In applied work, the hausman command is limited because one would likely want to cluster standard errors due to potential heteroskedasticity and serial correlation, and the command does not offer a robust version of the Hausman test. I would suggest installing xtoverid from SSC and using that instead.

    Code:
    ssc install xtoverid, replace
    help xtoverid

    Comment


    • #3
      Yes this analysis suffers from autocorrelation and I use cluster to fix for it.
      Thank you the xtoverid worked well.

      Comment

      Working...
      X