Announcement

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

  • Adding robust option to fixed effects regression? Good or bad for statistical outcome ?

    Dear econometricians,
    I just have a small question as i'm conducting at the moment a data analysis which tries to test effects of immigrants on GDP per capita.
    my first regression is ln(gdppercapitagrowth)=ß0+ß1ln(populationgrowth)+ß 2ln(laborforcegrowth)+ß3ln(investmentgrowth)+ß4ln( inflowgrowth)
    in which the inflow growth variable represents the growth rate of immigrant inflows.For the first regression i want to test that immigration inflows lead to lower capital per worker and hence decrease GDP per capita.

    In the second regression i split up the inflow of immigrants by their level of educational attainment lowskilledgrowth & highskillegrowth and exclude the inflowgrowth variable (the rest stay's the same). With the second regression i want to test that highskilled immigrants have a larger postive impact on Gdp per capita then low skilled immigrants.

    I conducted already the Hausmann test and came to the result to use fixed effects. But now i saw that it is even possible to add the robust option to an fixed effects model. It gaves me the following outputs :
    Click image for larger version

Name:	Screen Shot 2017-01-15 at 16.25.23.png
Views:	2
Size:	156.6 KB
ID:	1370365



    Click image for larger version

Name:	Screen Shot 2017-01-15 at 16.25.42.png
Views:	2
Size:	163.3 KB
ID:	1370366

    Click image for larger version

Name:	Screen Shot 2017-01-15 at 16.25.56.png
Views:	2
Size:	142.1 KB
ID:	1370367
    Click image for larger version

Name:	Screen Shot 2017-01-15 at 16.35.04.png
Views:	2
Size:	141.1 KB
ID:	1370368


    So my question is if it is a good choice to add the robust option as for the first to outputs it leads to a even better outcome in terms of significance. But for the other 2 i.e. the ones with low/high skilled growth it make the outcome worse. Would highly appreciate it if somebody could quickly approve my methodology or give me some comments or suggestions.

    Thanks for your time

    Nico
    Last edited by Nico Peters; 15 Jan 2017, 09:19.

  • #2
    Nico:
    statistical significance is not the gold standard here.
    Under -xtreg- robust or clustered SEs (they do the same yob, unlike with -regress-) take heteroskedasticity and/or autocorrelation into account: that's all.
    That said, it does not seem to me that in your case a wide difference exists with default or robust SEs.
    Kind regards,
    Carlo
    (Stata 19.0)

    Comment


    • #3
      Thanks Carlo for the fast response,
      just for clarification it is already sufficient to just use the xtreg var ..., fe option without adding further robustness option right ?

      Comment


      • #4
        Nico:
        if heteroskedasticity and/or autocorrelation are not issues with your dataset, go default SE.
        Kind regards,
        Carlo
        (Stata 19.0)

        Comment

        Working...
        X