Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Export summary statistics into Word

    Hi,

    I have run a tabstat command for summary statistics, and wanted to make it look nicer in Word, but I am having difficulties doing it.

    Code:
    tabstat A B C, statistics( count mean sd p10 p25 p50 p75 ) columns(statistics)
    What is the easiest command to do so?

    Thank you!
    Last edited by sladmin; 29 Sep 2023, 05:26. Reason: anonymize original poster

  • #2
    Try using the user-written command asdoc.

    Code:
    ssc install asdoc
    
    asdoc tabstat A B C, statistics( count mean sd p10 p25 p50 p75 ) columns(statistics)

    Comment

    Working...
    X