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?
Comparing autocorrelationsDear Stata users, I'm struggling to find a robust way to compare the autocorrelations of two earnin…
stripplot in the same graph (same axes for both distributions)I have a variable VALUE with two distinct groups noted by GROUP (dummy), I would like to write: Co…
Chow testArray regress c.Y c.time c.A c.B c.A#c.time c.B#c.time Then i manually group some obs (Named it grp…
r(603)Hi, I am trying to do the impulse response function after running the varbasic model. I have slected…
How to calculate Difference before and after treatment for panel data? [Difference in Differences]Hi everyone, I have a panel data on which I am trying to perform DID. The difficulty I am facing is…
Subscribe to:
Post Comments (Atom)
0 Response to -order(c.(A C B)#c.X) option does not work with esttab?
Post a Comment