Dear all,
I use the following commands to make a table:
eststo: reg Y c.(A B C)#c.X
esttab, order(c.(A C B)#c.X)
Unfortunately, the -order- option causes an error:
) required
How can I solve this if I also want to keep the parenthesis binding inside -order()? Writing -order(c.A#c.X c.C#c.X c.B#c.X) would not be preferred for being tedious.
Thank you!
Larry
Related Posts with -order(c.(A C B)#c.X) option does not work with esttab?
Help using date time variables in stataHi all, I'm having trouble converting string variables into date/time variables, and can only get "…
negative hyper-geometric distributionUnlike some other distributions (negative binomial), Stata does not seem to have a function for nega…
random intercept random slope in multilevel GSEMHi, i would like to ask about adding random slope into the mediation model using GSEM. My model look…
reversing non-integer variables using revvHi everyone, I want to reverse a mean scale score, which is a non-integer variable from 1 to 5. I t…
Multicollinearity issue between individual-specific variables in the conditional logit modelsHi! I'm currently analyzing survey data (916 respondents in total) using the -asclogit- or -cmclogi…
Subscribe to:
Post Comments (Atom)
0 Response to -order(c.(A C B)#c.X) option does not work with esttab?
Post a Comment