Hi Statalisters,
I want to know how to use the margins command to obtain marginal effect for the multinomial logit part. Take the codes below for example, I want to calculate marginal effect of the variable "exposure" in the first output table as attached.

Thank you
YY
I want to know how to use the margins command to obtain marginal effect for the multinomial logit part. Take the codes below for example, I want to calculate marginal effect of the variable "exposure" in the first output table as attached.
Code:
clear all set more off webuse rod93 fmm 2, lcprob(age_mos exposure): poisson deaths age_mos exposure i.cohort
Thank you

YY
Comment