Hello, I am trying to automate my workflow, and experiencing some difficulty using mixed along with estimates table, particularly regarding the presentation of random effects.
Demonstration program:
When I use est table, the coefficients for the random effects are presented in logarithmic form. I could use the eform option with estimates table, but that exponentiates all of the coefficients. Is there any way to use estimates table with mixed and not have the random effects be presented in logarithmic form?
Thank you in advance for any thoughts
Demonstration program:
Code:
clear all // clear workspace use https://www.stata-press.com/data/r17/pig // demonstration pig weight data mixed weight week || id: // simple mixed model est store M1 // store results est table M1, star // table of results
Thank you in advance for any thoughts