Is there a way to export the both the coefficient table as well as the random-effects parameters table from multi-level models when using the <<putdocx table>> command? Here is a sample of my code:

putdocx begin
putdocx paragraph
putdocx text ("Title")
mixed x y || z:, vce(robust)
putdocx table tb1 = etable
putdocx save test.docx, replace


When I open the Word document, only the coefficient table is included. Is there a command I need to include or modify in order to include the random effects parameters table? Thanks, in advance, for any guidance!