Announcement

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

  • Academic due diligence and robustness testing for a Fixed Effects model

    Hello Statalist!

    I have a large N, small T panel dataset on which I have run some fixed effects regressions. The model is predicting industry adjusted firm performance based on independent variables from one time period before. The choice of FE is supported by the Hausman test.

    I am looking for some advice on which tests one would need to perform to demonstrate the valid model with BLUE estimators? I presume this would be all the Gauss Markov assumptions, but am unsure of how to test them.

    I have the following conditions (and in some cases tests):
    Normality of Residuals
    Code:
    predict rs
    kdensity rs, normal
    pnorm rs
    swilk rs
    Homoskedasticity
    Code:
    predict Fitted, xb
    predict Epsilon, e
    twoway (scatter Epsilon Fitted), ytitle(Epsilon residuals) xtitle(Fitted values)
    Multicollinearity
    Code:
    pwcorr var1 var2 ... vark
    Autocorrelation
    Test unknown

    Serial correlation
    Test unknown

    Exogeneity
    Test unknown

    Any advice on the assumptions which need to be tested and additional tests which would need to be performed would be most appreciated.

    Thanks all!

    Ayrton Da Silva

  • #2
    Any help on this would be greatly appreciated -- thank you!

    Comment


    • #3
      You can find a lot of discussion on these topics here in Statalist.

      For example:
      Post #19 in this thread
      https://www.statalist.org/forums/for...gression/page2

      Post #4
      https://www.statalist.org/forums/for...lity-of-errors

      etc.

      Comment


      • #4
        If you are doing research, the current thinking is than in large N small T the only important test is the Hausman test of random vs fixed effects. And you should calculate standard errors robust to heteroskedasticity and arbitrary within T correlation (vce(robust) option).

        If this is a homework, just ask your teacher what tests he wants you to perform.

        Comment


        • #5
          The following Stata FAQ might also be of help:
          How do I test for panel-level heteroskedasticity and autocorrelation?
          Note that autocorrelation and serial correlation are essentially the same thing. Also, normality is not one of the Gauss-Markov assumptions and not required for consistent estimation and inference.
          https://www.kripfganz.de/stata/

          Comment


          • #6
            Hey Justin Blasongame, Joro Kolev and Sebastian Kripfganz

            Thank you so much for your responses. Those resources were super helpful. It is for research.

            Have a great day!
            Last edited by Ayrton Da Silva; 23 Oct 2020, 04:26.

            Comment

            Working...
            X