Statalist The Stata Listserver


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

st: RE: brackets in estout?


From   "Ben Jann" <[email protected]>
To   <[email protected]>
Subject   st: RE: brackets in estout?
Date   Thu, 2 Feb 2006 20:50:08 +0100

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/



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