Dear all,
I'm working on a project in which I run a fixed-effects Poisson regression with dummy variables for panel and time:
1. I have read that one should use robust standad error when running a fixed-effects linear regression model. Does it also applies to fixed-effects poisson?
2. In a fixed-effects poisson using dummy variables (and not -xtpoisson, fe-), should I also use clustered standard errors (using -vce(cluster panel)-)? if so, can I run both cluster and robust standard errors in the same command?
Thanks!
Eran
I'm working on a project in which I run a fixed-effects Poisson regression with dummy variables for panel and time:
Code:
poisson dep_var indep_var i.panel i.time
2. In a fixed-effects poisson using dummy variables (and not -xtpoisson, fe-), should I also use clustered standard errors (using -vce(cluster panel)-)? if so, can I run both cluster and robust standard errors in the same command?
Thanks!
Eran
Comment