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
CADF testHello everyone, Country:18 Year:17 I'm using STATA for two weeks. I want to achieve the CADF unit…
StanStandard error for wald test …
Suppress legend on histogramHello all, I would like to create a histogram of a 4-level categorical variable (hh_comp) that descr…
Looking at Heteroskedastickty with Random EffectsHello, I was wondering how i can graphically inspect my residual distribution and see whether a hete…
I need to explain these commands in panel regressionPlease I am new in STATA I find these commands in a paper please can you explain for me before we r…
Subscribe to:
Post Comments (Atom)
0 Response to Changing the Column Titles and adding notes using Outreg2
Post a Comment