Dear all, I am using Stata 16 and dealing with several descriptive stats as well as graphs, and I need to include these into a Word document. I will need to build several reports for different subsamples of my dataset using Word documents. I am trying to use "putdocx" which works well for graphs (I can use it to automatically include several graphs into the different sections of the document), but problems arise when trying different summary stats. For instance, what I need most is to include three level tables like:
Code:
table x1 x2 x3 if ..., c(n x4 m x5) col row
Is it possible to use putdocx for this type of tables?
If not, is there any way to export several tables like that one to a single Word, other than copy paste?

Thanks in advance.