Closed fredericky123 closed 1 year ago
The rename
option takes individual coefficients, not variables.
Try this:
esttab, rename(1.foreign 2.foreign1) label nobaselevels
Thanks a ton! If I still have a 3.foreign2 need to be wrapped, how to set it?
Did you check out http://repec.sowi.unibe.ch/stata/estout/help-estout.html#stlog-1-rename? You'd do
rename(1.foreign 2.foreign1 1.foreign 3.foreign2)
If you have several models, none of which has the obviously correct coefficient names, then it may be most readable or intuitive to invent an entirely new coefficient name and rename everything to that, e.g.
rename(foo 1.foreign foo 2.foreign1 foo 3.foreign2)
I see, thanks! Sorry not to understand the manaual correctly.
No matter what I set, the factor variable is not be wrapped to one row