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/