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
Cmh test in survey settingI want to get a 3x3 contingency table for survey data and do cmh test. i see in previous post that s…
Interaction in manual DIDHello, Im running a DID model( over two waves of a longitudinal survey) where the code that I use i…
Generate treatment variables for panel data analysisDear community, I am working on a panel data analysis, where I have to generate a treatment variabl…
Extracting First Character in a String that Satisfies a ConditionHello, My data contains in each row: (1) a string variable of different lengths ("String") (2) a n…
Alternative-specific constant equal to nest in nested logitDear all, I am using a nested logit model to analyze a discrete choice experiment. I have one nest …
Subscribe to:
Post Comments (Atom)
0 Response to putdocx with multi-level models
Post a Comment