Hello,
I am using the below code to export my descriptive statistics. All is good except that I get an empty column for mean and sd. Can anyone please let me know what I have missed in the code?
estpost tabstat ABWC Restate_dummy GC_dummy if BIG4 == 0, stat(N mean p25 median p75 sd) col(stat)
esttab . using Descriptives.rtf, cells("count mean(fmt(a2)) p25(fmt(a2)) p50(fmt(a2)) p75(fmt(a2)) sd(fmt(a2))") append
Thank you so much!
Related Posts with unable to export mean and sd using tabstat
Different Regression Results after each rerunHello everbody, excited to make my very first post. I am currently writing my Thesis with Stata. I a…
Collinearity-removed variables, other statistics not showing up.I'm currently running a lot (77) of different time-series regressions, each of which use different f…
Finding relevant datesHi This is my first attempt at using dataex Code: * Example generated by -dataex-. For more info,…
Running IV with ordinal instrument on binary endogenous independent variable and continuous outcome variableDear Stata Community, I would like to ask if anyone here could offer some advice on the estimation …
R-square in logistic regressionHello, For my study, I analyze the data using logistic regression analysis, but when changing the sc…
Subscribe to:
Post Comments (Atom)
0 Response to unable to export mean and sd using tabstat
Post a Comment