Good morning everyone,
I am estimating a Poisson regression using the jwdid command in a staggered DiD setup, and I have a couple of questions:
I) Which is the more correct way to present the functional form of the regression, A or B?
II) I am presenting the results of this estimation as ATT via the jwdid postestimation command estat simple.
Is it correct to state that results are already computed as differences in model-predicted counts and, therefore, can be interpreted as actual increases in the outcome?
For example: ATT = +18 would indicate a statistically significant increase of 18 in the outcome on average among treated units?
Thanks in advance for your help!
I am estimating a Poisson regression using the jwdid command in a staggered DiD setup, and I have a couple of questions:
I) Which is the more correct way to present the functional form of the regression, A or B?
- A - log(Ynt)=∑γk⋅Dk⋅Treatmentc++βXnt + FEnt + εnt
- B - E[Ynt∣ Xnt,FEnt]=exp(∑γk⋅Dk⋅Treatmentc+FEnt+β Xnt)
II) I am presenting the results of this estimation as ATT via the jwdid postestimation command estat simple.
Is it correct to state that results are already computed as differences in model-predicted counts and, therefore, can be interpreted as actual increases in the outcome?
For example: ATT = +18 would indicate a statistically significant increase of 18 in the outcome on average among treated units?
Thanks in advance for your help!
Comment