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
Solve a system of equationsHello everybody! I would like to solve in Stata ( or maybe Mata? I never used it) this system of equ…
Choosing between OLS , RE, FEHello I am analyzing the effect of LPI on export and import trade ( using panel data) when I ran OLS…
I need help on merging two datasets.Hello, I am having trouble merging two datasets for my thesis. To reduce clutter, I have only includ…
Time series operators not allowed?Dear All, I would like to create a 5 month *follow up period* after a specific variable takes a valu…
Dropping all companies with no observation at the start of the time periodHi Statalist, I have a database of a lot of companies for 7 years: 01-2013 to 01-2019. However, in …
Subscribe to:
Post Comments (Atom)
0 Response to Esttab Output File not generated properly
Post a Comment