Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

RE: st: Estout problem.


From   "Jann, Ben" <[email protected]>
To   <[email protected]>
Subject   RE: st: Estout problem.
Date   Fri, 10 Sep 2004 22:13:54 +0200

Herve wrote:
> You should use the following syntax in estout:
> 
> b(%9.2f) t(%9.2f) p(%9.2f)

This conforms to the syntax of the first -estout- version
(-ssc d estout1-). The syntax of the current version is 
quite different. To get the 2 digits after the comma, type:

 . estout ... , cells(b(fmt(%9.2f)) t(par)) ...

ben

*
*   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