Hello,

I am estimating average marginal effects using `margins` after `probit` and `ivprobit`. I need to export the estimated marginal effects and the corresponding confidence intervals to a table. I am able to export the marginal effects using `esttab` by specifying `cell(margins_b)`, but I do not know how to specify the confidence intervals of the marginal effects that I want to export. I would appreciate if you could help me.

Thank you