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
there is somthing wrong when use tuples commandthe conditions are set: tuples ,cond(!(1&2) !(3&4) !(5&6) !(7&8) (!(9&10)&!(…
How to interpret results when dependent variable takes first differenceI am currently attempting to find the impact FDI (net inflows) has on the unemployment rate in count…
Question on merge results not consistentHi Statalist community, I am trying to merge, but every time I run it using the same do.file I get …
Options to plot yearly data for five years in a single graphHi All. I'd like to plot two different graphs using the same data. (1) yearly data over five waves…
Add rows within the groupHi, I am trying to add individual information in few rows so that to have one row per individual. Th…
Subscribe to:
Post Comments (Atom)
0 Response to Changing the Column Titles and adding notes using Outreg2
Post a Comment