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
Graph diff-in-diff coefficientHi, I am estimating Difference-in-difference model: Y= b1Treat+ b2 after + b3 (after*post) The effec…
Running Stata on a server with multiple cpus to increase computing capacityI have Stata MP 2-core running on a laptop with 2.20GHz dual core cpu. When I run 2 do files my cpu …
Graphing two continuous interactions in case of quadratic moderatorDear, First of all, I really thank you everyone here sparing no efforts to help the person like me.…
Stata Code transformed to R code -> is this possible?I am wondering, whether there is an option to transform the Stata code to a code in R programming la…
add beta coefficient in brackets under coefficients in regression tableI was trying to replace the p-value in the regression table with the beta coefficient. I want the fi…
Subscribe to:
Post Comments (Atom)
0 Response to Esttab Output File not generated properly
Post a Comment