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?
Order of variables in reg commandHello everyone, I am presenting an interesting problem here, at least interesting and at the same t…
Generate a mean that varies over timeHello! I have data from a Survey since 1976. What I am trying to do is get to see how education for …
Rolling variables with foreach, loopsHI I would like to know some simpler things foreach loop this time. I have 360 firms with 20 years…
Storing output from a simulation study comparing student and welch t testHello, I'm running a simulation study looking at when a student t test becomes unreliable c.f. the …
generate new variable out of conditions on othersHello, Suppose I have a a csv file : nameofschool. enrollees school1 15 school 2 2 .... And I want…
Subscribe to:
Post Comments (Atom)
0 Response to -order(c.(A C B)#c.X) option does not work with esttab?
Post a Comment