Hello Statlist,
I wanted to output some simple descriptive statistics using tabstat estpost and esttab.
I am new to stata and just used 5 varibales, to try it out, later I want to use all 15 of my varibales.
Sadly I am not sufficent enough in stata to find my misstake.
Here is my code:
estpost tabstat FB_posemo FB_negemo FB_WC FB_WPS FB_Sixltr, statistics( count mean sd mean median min max ) columns(statistics)
esttab , cells("N mean sd mean p50 min max")
Also some pictures for further understanding:
This is the first part of the code

After the first time I used the esttab code everything was fine and I got my wanted outcomes.
I was also able to export it as rtf with using to my computer.

After the second time I ran the code to make sure it was still okay I got this output from tabstat.

I am not sure what went wrong, as I am using stata only for a couple of days now.
Can somebody help me with this problem?
Thanks in advance.
I wanted to output some simple descriptive statistics using tabstat estpost and esttab.
I am new to stata and just used 5 varibales, to try it out, later I want to use all 15 of my varibales.
Sadly I am not sufficent enough in stata to find my misstake.
Here is my code:
estpost tabstat FB_posemo FB_negemo FB_WC FB_WPS FB_Sixltr, statistics( count mean sd mean median min max ) columns(statistics)
esttab , cells("N mean sd mean p50 min max")
Also some pictures for further understanding:
This is the first part of the code
After the first time I used the esttab code everything was fine and I got my wanted outcomes.
I was also able to export it as rtf with using to my computer.
After the second time I ran the code to make sure it was still okay I got this output from tabstat.
I am not sure what went wrong, as I am using stata only for a couple of days now.
Can somebody help me with this problem?
Thanks in advance.
Comment