Hello everyone,
I'm seeking guidance on properly exporting marginal effects into Excel or Word. Since I'm using Stata version 14, commands like etable and collect aren't available to me.
Currently, I'm employing the following code, and Y has 5 categories:
oprobit Y x1 x2 x3 x4
margins, dydx(*) post
outreg2 using amount.doc, replace nolabel
However, the output has the categories listed in rows and the predictor variables in columns. Is there a method to rearrange this layout?
Additionally, I'd appreciate insights on interpreting the results.
Thank you,
I'm seeking guidance on properly exporting marginal effects into Excel or Word. Since I'm using Stata version 14, commands like etable and collect aren't available to me.
Currently, I'm employing the following code, and Y has 5 categories:
oprobit Y x1 x2 x3 x4
margins, dydx(*) post
outreg2 using amount.doc, replace nolabel
However, the output has the categories listed in rows and the predictor variables in columns. Is there a method to rearrange this layout?
Additionally, I'd appreciate insights on interpreting the results.
Thank you,