Announcement

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

  • Exporting Percentage with asdoc

    Hi Attaullah Shah


    I am using asdoc command in stata it is very useful, and i am thankful for you. I have a question while I am export to word. it does not show the percentage of cells.(relative percentage)
    i use this command

    asdoc tab type location if Province=="Nangarhar", cell..


    it only exports the number, not cell percentage. thanks a lot

    best
    Samir

  • #2
    Thanks for reporting this. I have added option cell now.

    The new version of asdoc can be installed from my site. Copy and paste the following line in Stata and press enter.
    Code:
    Code:
     net install asdoc, from(http://fintechprofessor.com) replace
    
    sysuse auto
    
    asdoc tab rep78 foreign, replace cell
    Please note that the above line has to be copied in full. After installation of the new version, then restart Stata.
    Click image for larger version

Name:	Capture.PNG
Views:	1
Size:	52.5 KB
ID:	1587345



    Please do remember to cite asdoc. To cite:
    In-text citation
    Tables were created using asdoc, a Stata program written by Shah (2018).

    Bibliography
    Shah, A. (2018). ASDOC: Stata module to create high-quality tables in MS Word from Stata output. Statistical Software Components S458466, Boston College Department of Economics.



    asdocx

    asdoc got even better. asdocx is a flexible Stata program for creating publication quality tables. See details here https://fintechprofessor.com/asdocx/


    Regards
    Last edited by Attaullah Shah; 25 Dec 2020, 02:38.
    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


    • #3
      Thanks a lot

      Comment

      Working...
      X