I use Stata 14 and am trying to export a tabstat table into word. I have read through some topics on this question but could not find a solution.
I use:
Code:
eststo : tabstat _roe, statistics( mean median sd min max ) by(profit_status)
Code:
estout using trial.rtf
Then I tried it with asdoc:
Code:
bys profit_status: asdoc sum _roe, stat(N mean sd min max), save(trial.doc)
Finally I tried:
Code:
tabout _roe profit_status using triall.rtf, stats( N count mean median sd)
What I would like to do is report the mean of _roe by profit_status.
Help is highly appreciated.
Rafael
0 Response to Exporting tabstat to word
Post a Comment