Dear Stata users,

I am trying to export summary statistics using outreg2 function with the following code:

Code:
outreg2 using Summary_statistics, replace sum(log) keep($controls) label excel title(Descriptive Statistics)
It creates a summary statistics table and exports it in Excel. I would like to ask how I can change the column headers from "mean, sd, min, max" to "Mean SD Min Max" and remove the row with the column numbers (1) (2) (3) (4) (please see the header I have below). I've tried "cttile()" but that option adds more titles to the table and does not change column titles. Thank you for any help.


Array