I'm running difference-in-difference regression to examine some policy changes on firms' patent application. So the dependent variable is a count variable. I tried both xtreg and xtnbreg, but they produce very different results.
For the xtreg, I tried y and log(y + 1) as dependent variables and both produced significant and negative effect of the interaction treat*post (with three stars, very significant). But the xtnbreg produce insignificant results, and the coefficients are positive.
My question is, with the two yielding very different results, which one should we trust more?
For the xtreg, I tried y and log(y + 1) as dependent variables and both produced significant and negative effect of the interaction treat*post (with three stars, very significant). But the xtnbreg produce insignificant results, and the coefficients are positive.
My question is, with the two yielding very different results, which one should we trust more?
Comment