asdocx: Export from Stata to Word, Excel, LaTeX & HTML Forums asdocx Forum Compiling tables of nested regression from different regression in asdocx

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Aduba Joseph
    Participant
    Post count: 22

    Hello,
    I am working on a data set from various industrial groups.
    I want to compile the result of my nested regression tables for the various industrial groups so I can study them carefully.
    However, each new nested regression I run will automatically add the result to an existing table in the file. And if I add “replace” the earlier content of the file will be wiped out and only the new nested regression table will become available.
    How can I add a new nested regression table to my existing file without replacing the content or adding the new table to the existing table in the file?

    Dr. Attaullah Shah
    Keymaster
    Post count: 106

    As mentioned in the help file of asdocx, you can use the reset option to start a new table in the same document.

    syuse auto, clear
    asdocx reg foreign price mpg trunk weight, nest replace
    asdocx reg foreign price mpg trunk , nest reset
    
    					
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.