Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: st: -estout- question: Putting model numbers below mlabels
From
Ryan Kessler <[email protected]>
To
[email protected]
Subject
Re: st: -estout- question: Putting model numbers below mlabels
Date
Wed, 6 Mar 2013 21:21:25 -0500
Hi Max,
I believe -mgroups()- will do the trick:
sysuse auto
eststo clear
eststo: reg mpg price
eststo: reg mpg price weight
eststo: reg mpg price weight turn
esttab, mgroups("A" "B" "C", pattern(1 1 1)) mlabels(none)
Ben Jann provides a better example here -->
http://repec.org/bocode/e/estout/advanced.html.
Best,
Ryan Kessler
On Wed, Mar 6, 2013 at 3:06 PM, <[email protected]> wrote:
> Hello,
>
> I am using the -estout-/-esttab- package by Ben Jann. I can't seem to
> figure out how to get the model numbers (e.g., (1) (2) (3)...) below the
> model labels (specified using mlabels("a" "b" "c"). Anyone have any
> suggestions?
>
> Thanks,
> Max
>
>
> Max Livingston
> Sr. Research Analyst
> Microeconomic Studies
> Research and Statistics Group
> Federal Reserve Bank of New York
> (212) 720-7894
>
>
>
>
> This e-mail message, including attachments, is for the sole use of the intended recipient(s) and may contain confidential or proprietary information. If you are not the intended recipient, immediately contact the sender by reply e-mail and destroy all copies of the original message.
> *
> * For searches and help try:
> * http://www.stata.com/help.cgi?search
> * http://www.stata.com/support/faqs/resources/statalist-faq/
> * http://www.ats.ucla.edu/stat/stata/
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/faqs/resources/statalist-faq/
* http://www.ats.ucla.edu/stat/stata/