Announcement

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

  • #16
    Thank you Attaullah. That works and it's a very useful program.

    Comment


    • #17
      Hi great minds; I am new to stata and want to export some of my output in the form of tables from stata to ms word without compromising the structure of the tables. What are the commands to use?

      Comment


      • #18
        As shown in the previous posts, you can use asdoc to easily export output from different Stata commands to MS Word. You have to add asdoc to the beginning of any Stata command. This short blog entry will give you a quick start to asdoc.

        asdoc can be downloaded from SSC. To download, type the following in the Stata command window.
        Code:
        ssc install asdoc
        help asdoc
        After installation, you can read the asdoc help file that has around 100 examples.
        Using asdoc can be as simple as the following two words that will create a beautiful summary statistics table

        asdoc sum

        Example:
        Code:
        sysuse auto, clear
        asdoc sum
        Click image for larger version

Name:	asdoc summary.PNG
Views:	1
Size:	50.2 KB
ID:	1493866


        For correlations
        Code:
        asdoc cor
        Click image for larger version

Name:	asdoc summary.PNG
Views:	1
Size:	66.0 KB
ID:	1493867

        Last edited by Attaullah Shah; 17 Apr 2019, 21:25.
        Regards
        --------------------------------------------------
        Attaullah Shah, PhD.
        Professor of Finance, Institute of Management Sciences Peshawar, Pakistan
        FinTechProfessor.com
        https://asdocx.com
        Check out my asdoc program, which sends outputs to MS Word.
        For more flexibility, consider using asdocx which can send Stata outputs to MS Word, Excel, LaTeX, or HTML.

        Comment

        Working...
        X