Dear Joao,
Thank you for your prompt reply!
i think the only different variable between the two estimators ,is the dependent variable(value),in FE model, the dependent variable is" ln_value", while in PPML, in order to control the zero value, i used "value "as dependent variable.
But,which was very weird, the results are the same except for constant and R-square.
I think maybe the effects are same when i controled yeardummy(7years) in FE and controled yeardummy & iddummy(over 7000id) in PPML ,but actually I don't know the reason.
I have uploaded the results( I have deleted iddum in the PPML part)
and i wonder that if the iddummy setting was wrong or not
egen id=group(reportingcountry partnercountry)
tab id,gen(iddum)
I'm sorry for long questions,and i'd appreciate your help
best regards
Joyce
Thank you for your prompt reply!
i think the only different variable between the two estimators ,is the dependent variable(value),in FE model, the dependent variable is" ln_value", while in PPML, in order to control the zero value, i used "value "as dependent variable.
But,which was very weird, the results are the same except for constant and R-square.
I think maybe the effects are same when i controled yeardummy(7years) in FE and controled yeardummy & iddummy(over 7000id) in PPML ,but actually I don't know the reason.
I have uploaded the results( I have deleted iddum in the PPML part)
and i wonder that if the iddummy setting was wrong or not
egen id=group(reportingcountry partnercountry)
tab id,gen(iddum)
I'm sorry for long questions,and i'd appreciate your help
best regards
Joyce
Comment