Hi,
I am estimating a fixed-effects model from panel data where the outcome variable consists of positive integers and should be logarithmized. I also include three explanatory and two control variables. Around half of the dependent values are zeros (real zeros, not unreported) and the rest is normally distributed. I estimate the model with different specifications: asinh() and PPML.
The regressions look as follows in Stata:
For asinh:
xtreg asinh(depvar) explvars controls i.year,fe vce(cluster )
For PPML:
xtpoisson depvar explvars controls i.year,fe vce(robust)
1) Is the PPML specification correct like that?
2) Can I speak here of zero-inflated data?
3) Some of the results still differ across the specifications. Is that due to different interpretation units? This leads me to question 4:
4) How do I interprete them? For example, if the coefficient is 0.86, I thought of:
Asinh: If the explanatory variable changes by 1 unit, the dependent variable changes by 86 percentage points.
PPML: If the explanatory variable changes by 1 unit, the dependent variable changes by (e^(0,86)-1)*100 percent.
I would be really happy if somebody could give me some input!
I am estimating a fixed-effects model from panel data where the outcome variable consists of positive integers and should be logarithmized. I also include three explanatory and two control variables. Around half of the dependent values are zeros (real zeros, not unreported) and the rest is normally distributed. I estimate the model with different specifications: asinh() and PPML.
The regressions look as follows in Stata:
For asinh:
xtreg asinh(depvar) explvars controls i.year,fe vce(cluster )
For PPML:
xtpoisson depvar explvars controls i.year,fe vce(robust)
1) Is the PPML specification correct like that?
2) Can I speak here of zero-inflated data?
3) Some of the results still differ across the specifications. Is that due to different interpretation units? This leads me to question 4:
4) How do I interprete them? For example, if the coefficient is 0.86, I thought of:
Asinh: If the explanatory variable changes by 1 unit, the dependent variable changes by 86 percentage points.
PPML: If the explanatory variable changes by 1 unit, the dependent variable changes by (e^(0,86)-1)*100 percent.
I would be really happy if somebody could give me some input!
Comment