Bookmark and Share

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 title help


From   Clinton Thompson <[email protected]>
To   [email protected]
Subject   Re: st: Estout title help
Date   Fri, 10 May 2013 23:42:32 +0200

Oh yes, my apologies (I usually use -esttab- thus the confusion).  Try
-mlabels()- instead of -mtitles()-.  I just tried it w/ the auto
dataset and it seemed to work.

------------- begin -------------
sysuse auto, clear

xi: glm foreign rep78 trunk weight, family(gaussian) link(identity)
estimates store m1, title("Model-Brazil")

estout m1 using "waz.txt", replace cells("b(star fmt(2)) ci(par fmt(2)) p") ///
starlevels(* 0.001) stats(N, fmt(%9.0g)) legend label varlabels(_cons
constant) ///
mlabels("Model-Brazil")

type waz.txt
------------------ end --------------

Cheers,
Clint

On Fri, May 10, 2013 at 11:26 PM, Kanter, Rebecca <[email protected]> wrote:
> Thanks, Clint; but mtitles does not work with estout; I think mtitles is only for esttab.
>
> Thus, I am still stuck..
>
> Any help is much appreciated.
>
> Thank you so much,
> Rebecca
> ___________________________________________
> Rebecca M. Kanter, PhD
> Post-doctoral fellow at INCAP in Guatemala City, Guatemala
> Johns Hopkins Bloomberg School of Public Health
> Department of International Health
> Center for Human Nutrition
> *
> *   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/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index