Hi,
I am trying to export marginal effects to word document using the code below
However, the coeeficients rather than the marginal effects are the ones being exported. Is there anything am missing?
Thanks in advance.
Best,
Stephen.
I am trying to export marginal effects to word document using the code below
Code:
*** Wage vs Non-wage logit wage idp [pweight = pweight] eststo margin: margins, dydx(*) est sto m5 logit wage idp female age poor i.hhh_edu [pweight = pweight] eststo margin: margins, dydx(*) est sto m6 *esttab m5 m6 using "${gsdOutput}/Paper/emp_idp.rtf", replace
Thanks in advance.
Best,
Stephen.
Comment