Announcement

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

  • Help with my Panel Data Analysis

    Dear All,

    I need help with my panel data analysis.
    Topic: The Impact of Trade Integration on Poverty Reduction

    Data properties: N: 15 countries, T: 10 years

    The analysis I did
    1. Hausman Test: Recommended Fixed Effect
    2. There was no auto-correlation but there is Heterogeneity.
    3. To resolve this, I used FGLS to finally analyse the data.

    Question: Is FGLS suitable, and is it able to solve the endogeneity problem? If not kindly assist with possible suggestions.

    Thank you


  • #2
    I would keep to the regular fixed effects estimator and wild bootstrap confidence intervals due to the small number of clusters. See

    Code:
    help wildbootstrap

    Comment


    • #3
      Originally posted by Andrew Musau View Post
      I would keep to the regular fixed effects estimator and wild bootstrap confidence intervals due to the small number of clusters. See

      Code:
      help wildbootstrap
      I have tried checking the wildbootstrap, I am using stata 15 and I have not been able to do that. Kindly help.

      Comment


      • #4
        There is a community-contributed command boottest that does the same thing.

        Code:
        ssc install boottest
        help boottest

        Comment

        Working...
        X