Hello,

I would like to export prevalence ratios into a word table after a glm poisson model using the asdoc command and specifying eform, however in this way I can only get the regression coefficients.

Here is my code:

Code:
asdoc glm hyp ib0.age_cat ib0.gender c.survey_year ib2.edu_level ib3.household_income ib0.subsidies_insurance, family(poisson) link(log) vce(robust) eform replace
Any ideas how I can achieve that?

Thank you in advance,

Giovanni