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
Setting the Base Group in RegressionHello,
I am trying to set female nonathlete as the base group in my regression:
regress colgpa hsi…
How to plot a line-of-best-fit graph based on Multiple RegressionHello, I am doing some regression analysis where I want to graph two regressions, one for con19 agai…
Test Post for Code Entry on Regression AnalysisHello, I am doing some regression analysis where I want to graph two regressions, one for con19 agai…
Panel regression and plots in stataHi Statalist,
can someone please suggest any resources for a beginner in panel regression (and plott…
What does the "e" option do with the predict command? How does it differ from the residuals option?When I run my fixed effects regression model:
xtreg y var1... varn, fe cluster(id)
and predict res…
Subscribe to:
Post Comments (Atom)
0 Response to unable to export mean and sd using tabstat
Post a Comment