Hello everyone,
I have an issue trying to use the "outreg2" command in Stata. My code is the following:
The emerging stata file displays all the values for sd, mean etc. in a single column and without label. How can I get an Excel table in which the values for sd, mean etc. are displayed in own columns each?
This is what the output looks like now:

best regards
Chris
I have an issue trying to use the "outreg2" command in Stata. My code is the following:
Code:
qui xtpoisson patents cl.ln_xrdintensity##cl.Numberofmergers cl2.ln_xrdintensity##cl2.Numberofmergers cl3.ln_xrdintensity##cl3.Numberofmergers l.ln_emp i.YearEffective i. AcquirorPrimarySICCode, fe vce (robust) outreg2 using descriptive if e(sample)==1, excel replace sum(log) keep(patents Numberofmergers ln_xrdintensity ln_emp) sortvar(patents Numberofmergers ln_xrdintensity ln_emp)
This is what the output looks like now:
best regards
Chris