Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Jaemin Lee
    Participant
    Post count: 17

    When I start a new table and add rowappend, the new row is appended to the first table.
    Is there a way to add to the new table, consecutively?

    sysuse auto, clear
    
    asdocx ttest rep78, by(foreign) save(Test) title(T-test results : mean == 0) label
    asdocx ttest mpg, rowappend by(foreign) rowappend 
    
    asdocx ttest price, by(foreign) save(Test) title(T-test results : mean == 0) label
    asdocx ttest weight, rowappend by(foreign) rowappend
    Dr. Attaullah Shah
    Keymaster
    Post count: 106

    I have updated asdocx. The updated version fixes this issue. You can update asdocx by

    asdocx_update
    Jaemin Lee
    Participant
    Post count: 17

    Thank you!

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