I am trying to export a table of summary statistics using the following command:
outreg2 using "results.doc", replace sum(log) keep(compost recycling inc popden hhsize) eqkeep(mean sd min max) title("Summary Statistics") ctitle(Mean, Standard Deviation, Minimum, Maximum)
I would however like to change the four column titles to Mean, Standard Deviation, Minimum and Maximum, however this command only changes the first column.
I would also like to add notes at the bottom of the table but do not know how to do this.
Any help is greatly appreciated!
Related Posts with Changing the Column Titles and adding notes using Outreg2
List of observations in regressionHello, I am running a regression in STATA (xtgee). xtgee Profit number_employees company_size , li…
page break between two tables generated by -esttab-?Dear all, Is there a way to add a page break between two tables when using -esttab-? I want my code…
Creation of cumulative lead variableHi all, my Data looks like the following: Code: * Example generated by -dataex-. For more info, t…
Panel data: Multiple IDs, partly duplicatedI have received panel data that need lots of cleaning. The most substantial challenge is finding a u…
generating counterfactual when I have adjusted for a control in Interrupted time seriesDear colleagues i have a model: arima lograte time vacperiod strike malnutration, arima(1,0,0) . Whe…
Subscribe to:
Post Comments (Atom)
0 Response to Changing the Column Titles and adding notes using Outreg2
Post a Comment