I am writing the following code:
local variables= "taxratesales taxrateVAT"
estpost tabstat `variables', statistics(mean p50 sd min max n) columns(statistics)
esttab using temp, replace cells("Mean Median SD Min Max N") nomtitle nonumber
On the stata window: it shows me the following output:
Summary statistics: mean p50 sd min max count
for variables: taxratesales taxrateVAT
| e(mean) e(p50) e(sd) e(min) e(max) e(count)
-------------+------------------------------------------------------------------
taxratesales | 8.288876 8 4.568087 0 115 88935
taxrateVAT | 7.30818 5 4.8678 0 65 93709
. esttab using temp, replace cells("Mean Median SD Min Max N") nomtitle nonumber
(note: file temp.txt not found)
(output written to temp.txt)
But when I open the .txt file that is generated, I see the following:
------------------------------------------------------------------------------------------
Mean Median SD Min Max N
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
N 85992
------------------------------------------------------------------------------------------
Can anyone explain why this happened?
Thanks
Related Posts with Esttab Output File not generated properly
How to look at regression between score bandsHi, I have a binary variable and a score variable. I want to look at the binary variable in differen…
Interpreting Xtabond2 Coefficients & Coefficient Inflation?Hi, This is a follow-up question for this topic, but because the question is different, I thought m…
How to generate predicted wage (gap) with margins command and plot a profile with marginsplotDear Stata user, I would like to have predicted mean immigrant-native wage gaps on the vertical axi…
bayesgraphs diagnostics in Item Response ModelPlease, how do we use bayesgraphs diagnostics command in Item Response Model? Thanks for your antici…
coefplot chang bar color?My question is how can I change the bar colors when I`m using HTML Code: coefplot I added this HTM…
Subscribe to:
Post Comments (Atom)
0 Response to Esttab Output File not generated properly
Post a Comment