Hello,

Running the module fairlie produces two tables: logistic regression and decomposition, and indeed in this order. To be explicit, one command produces two tables simultaneously.

I use the module outreg2 to export the STATA results to a spreadsheet. The command
Code:
outreg2 using aaa, e(all)
however only saves the decomposition results, but not the results from the logistic regression analysis.

Is it possible to use outreg2 to export the results from both analyses to a spreadsheet?

Thank you!