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!
Related Posts with putdocx with multi-level models
Problem with "Graph already exists" messageDear Statalist, I'm having problems with clearing graph memories even after using the "graph drop _…
execute from top doesn't workDear all, in the do file editor, the "tools / execute (do) from top" command doesn't work. I click …
Specifying a CorrelationSay I'd like to simulate academic data Code: clear * set seed 1066 cls matrix input mCorr = (1, .…
How to get rows into columns when non transposable?Hi all , I was wondering whether someone could help me with a command so I can convert my data into…
How to Construct Daily Food Consumption ScoreDear Statalisters, I am working with a dataset that contains information on household consumption of…
Subscribe to:
Post Comments (Atom)
0 Response to putdocx with multi-level models
Post a Comment