Hello everyone! Stata novice here...
I have a panel data set where I have declared zip code and year to be panel data (xtset zip year).
I want to report very simple summary statistics (tabstat x1 x2 x3 x4 x5, s(n min p25 p50 p75 max) c(s))
I was using outreg2 in this manner:
outreg2 x1 x2 x3 x4 x5 using summarystats.doc, replace
outreg2 worked wonderfully for creating publication-quality graphics for several regressions (my SUCCESSFUL code is copied below) but when used in the context above it oddly only outputs 1 solitary column, for one of my variables which seems chosen at random (in this case, the equivalent of x4).
I don't need to use outreg2 of course - I just want publication quality tables, preferably in Word in RTF format. I love my tabstat output - just need something professional looking for a paper!
Thanks for humoring me!
I have a panel data set where I have declared zip code and year to be panel data (xtset zip year).
I want to report very simple summary statistics (tabstat x1 x2 x3 x4 x5, s(n min p25 p50 p75 max) c(s))
I was using outreg2 in this manner:
outreg2 x1 x2 x3 x4 x5 using summarystats.doc, replace
outreg2 worked wonderfully for creating publication-quality graphics for several regressions (my SUCCESSFUL code is copied below) but when used in the context above it oddly only outputs 1 solitary column, for one of my variables which seems chosen at random (in this case, the equivalent of x4).
I don't need to use outreg2 of course - I just want publication quality tables, preferably in Word in RTF format. I love my tabstat output - just need something professional looking for a paper!
Thanks for humoring me!