Dear all,

I want to create several nested regression tables in the same file and do it with option reset in asdoc. However, the created file can't open with MS Word. My code is as follows. If anybody has an idea as to how I can do this, I would be very grateful

Code:
* Table1
asdoc reg y1 x1 x2, nest save(myfile)
asdoc reg y2 x1 x2, nest save(myfile)

* Table2
asdoc reg y1 x3 x4, nest reset save(myfile)
asdoc reg y2 x3 x4, nest save(myfile)
Best,

Jishuang