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?
Why are Frames UsefulPerhaps this is a question for another forum, but I had a more general question about dataframes. I…
Reshaping Long Data IssueI am trying to collapse this data but I have continuously gotten errors regarding the i and j not be…
alternative to keep if for a large list of firm id sHi all, I have a list of firm ids that contains 17,000 firm ids. I have a big dataset which contain…
Panel data estimatioinHello. Need help with panel data estimation. I am working on panel data with T=96 and N=260. I used …
converting dates (year and month)Dear All, Is there a more concise way to go from date to newdate below? Thanks. Code: * Example gen…
Subscribe to:
Post Comments (Atom)
0 Response to -order(c.(A C B)#c.X) option does not work with esttab?
Post a Comment