Home Forums ASDOC : Easy Publication Quality Tables in Stata asdoc for nested regression tables

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Erik
    Guest
    Post count: 118

    Dear professor,

    In our empirical methods course we sometimes also illustrate the use of asdoc in Stata.I was running a do file to export regression output, getting an error using asdoc with the nest option. Reviewing the help file, using the example 25

    sysuse auto, clear
    asdoc reg price mpg rep78, nest replace

    I unfortunately get the following output with error in my Stata 15.1
    Is this a bug? Is there a solution to create the table?

    Kind regards,
    Erik | Senior Lecturer Economics

    Attaullah Shah
    Keymaster
    Post count: 69

    Hello Erik
    You can check the version of asdoc by typing

    which asdoc

    The current version is

    Version 2.3.8.6 : Changes made on Sep 4, 2020

    The new version of asdoc can be installed from my site. Copy and paste the following line in Stata and press enter.

    net install asdoc, from(http://fintechprofessor.com) replace

    Please note that the above line has to be copied in full. After installation of the new version, then restart Stata.

    asdocx is now available
    A more powerful and flexible version of asdoc is now available. I call it asdocx. You may like to check the details here

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.