Hi, I'm trying to run a panel data Poisson regression with fixed effect (for both time and group) and clustered standard errors (for the group). I try to do some kind of diff-in-diff with count data if it matters. Right now I use the xtpoisson command with the options: fe vce(robust) . Do I get the right answer?
this is the syntax I use:
xtpoisson y x i.year,fe vce(robust)
this is the syntax I use:
xtpoisson y x i.year,fe vce(robust)
Comment