Saturday, April 8, 2023

Estimating exponentiated coefficients in the xtitsa models

Using the xtitsa command, I want to analyze the panel count data as follows.

xtitsa y x1 x2, single trperiod(2022m3) vce(robust) posttrend figure replace fam(poisson) corr(ar 1)

I want to estimate the exponentiated coefficients. However, the xtitsa command does not allow to use 'eform'. Is there any way I can estimate the exponentiated coefficients? Any advice would be greatly appreciated.

No comments:

Post a Comment