Hello all,
I work with panel data and I am running a logistic regression because my dependent and independent variables are binary (purpose and dirty). The Hausman test spit me out to use a -xtlogit, re- model. I also have time-fixed effects.
Unfortunately, despite the numerous posts on this topic, I still can't figure out if and how I should test for heteroskedasticity and autocorrelation here.
My command currently looks like this:
xtlogit purpose dirty `controls' i.fyear, re vce(robust)
margins, dydx(*)
estimates clear
If anyone can tell me if and how to test for heteroskedasticity and autocorrelation, it would help me a lot. For my master's thesis, I also need sources for each step, so if anyone has a suitable paper at the ready, that would be even better.
Thanks and best regards,
Jana
I work with panel data and I am running a logistic regression because my dependent and independent variables are binary (purpose and dirty). The Hausman test spit me out to use a -xtlogit, re- model. I also have time-fixed effects.
Unfortunately, despite the numerous posts on this topic, I still can't figure out if and how I should test for heteroskedasticity and autocorrelation here.
My command currently looks like this:
xtlogit purpose dirty `controls' i.fyear, re vce(robust)
margins, dydx(*)
estimates clear
If anyone can tell me if and how to test for heteroskedasticity and autocorrelation, it would help me a lot. For my master's thesis, I also need sources for each step, so if anyone has a suitable paper at the ready, that would be even better.
Thanks and best regards,
Jana

Comment