Dear all,
For my thesis I have to investigate the causes of layoffs for (big) Belgian firms. Data is panel data (unbalanced), period 2011-2020 (but with gaps).
Currently I'm stuck deciding wether to use FE or RE for my xtlogit model.
When I run the following commands:
Result:
Conclusion: I have to use FE
Problem:
When I use xtlogit FE model, Stata tells me the following:
More than half of my observations have been dropped (only 40,712 remain) & I can't use both StandAlone and DUO independent variables (both binary variables). Personally I find it quite strange that more than half of my observations have been dropped and that I can't use 2 of my 4 independent variables! As a solution I thought to proceed with RE model, but this is methodologically incorrect? Does anyone know what could be the best solution here?
Kind regards,
Jordi
For my thesis I have to investigate the causes of layoffs for (big) Belgian firms. Data is panel data (unbalanced), period 2011-2020 (but with gaps).
Currently I'm stuck deciding wether to use FE or RE for my xtlogit model.
When I run the following commands:
Code:
xtlogit Collectiefontslag DalingProductiviteit1J DalingROA1J StandAlone DUO L.Lnleeftijd_w5 L.Lngrootte_w5 L.Schuldgraad_w1 L.MVAratio_w5, fe estimates store fixed_effects xtlogit Collectiefontslag DalingProductiviteit1J DalingROA1J StandAlone DUO L.Lnleeftijd_w5 L.Lngrootte_w5 Schuldgraad_w1 MVAratio_w5, re hausman fixed_effects .
Code:
Prob>chi2 = 0.0000
Problem:
When I use xtlogit FE model, Stata tells me the following:
Code:
note: multiple positive outcomes within groups encountered. note: 9,489 groups (57,529 obs) dropped because of all positive or all negative outcomes. note: StandAlone omitted because of no within-group variance. note: DUO omitted because of no within-group variance.
Kind regards,
Jordi
Comment