Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

RE: st: RE: brackets in estout?


From   "Alejandro Lopez-Feldman" <[email protected]>
To   [email protected]
Subject   RE: st: RE: brackets in estout?
Date   Thu, 2 Feb 2006 13:37:45 -0800 (PST)

Thanks, it works great.


> The brackets need to be separated by a blank, i.e.
>
>  . estout *, cells(se(par({ })))
>                           ^^^
>
> or
>
>  . estout *, cells(se(par([ ])))
>
> In general:
>
>  . estout *, cells(se(par("left token" "right token")))
>
> ben
>
>> -----Original Message-----
>>
>> Is it possible to use brackets in estout instead of parentheses to
> wrap
>> the
>> standard errors?  In the help file it says that one could obtain curly
>> brackets by using se(par({})).  Nevertheless, when I do something like
>>
>> estout *, cells(se(par({})))
>>
>> what I get is
>>
>> {}se
>>
>> instead of
>>
>> {se}
>>
>>
>>
>> Thanks,
>>
>> Alejandro
>
> *
> *   For searches and help try:
> *   http://www.stata.com/support/faqs/res/findit.html
> *   http://www.stata.com/support/statalist/faq
> *   http://www.ats.ucla.edu/stat/stata/
>

-----------------------------------------
Alejandro Lopez-Feldman
Ph.D. Candidate
Agricultural and Resource Economics
University of California-Davis
*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index