Dear Statalist,
I am using PPML to build a panel data model with a zero-inflated dependent variable. I am also comparing to other models. The following table are the results for one of the regressors.
This is an one-lagged accumulated variable, so that the chronological fact matters. We can observe that all models have estimated an expected coefficient, except PPML. We can see also that PPML has excluded many observations if we compare the N, because of the zero-inflated DV. What I would like to know is how are the requirements that PPML excludes observations? For exemple, can PPML exclude zeros in the middle of a individuals's time serie breaking the chronological meaning of the variable? If yes, is there a way of avoiding that in STATA specifying to exclude just entire individuals if necessary? I think this is the cause for the zero coefficient result of PPML.
I am using
function for information.
Maybe Prof. Joao Santos Silva can give me a hint.
Thanks in advance.
I am using PPML to build a panel data model with a zero-inflated dependent variable. I am also comparing to other models. The following table are the results for one of the regressors.
Code:
OLS Two-Ways FE RE PPML ---------------------------------------------------------------------------------------------------------------------------------------------------- Accum. Var[t-1] 2.146*** 2.257*** 2.201*** 0.000 (0.38) (0.27) (0.51) (0.00) ---------------------------------------------------------------------------------------------------------------------------------------------------- N 24778 24776 24778 6890 ---------------------------------------------------------------------------------------------------------------------------------------------------- * p<0.05, ** p<0.01, *** p<0.001
I am using
Code:
ppmlhdfe
Maybe Prof. Joao Santos Silva can give me a hint.
Thanks in advance.
Comment