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]

st: Display Format


From   Hobst <[email protected]>
To   [email protected]
Subject   st: Display Format
Date   Sat, 14 Aug 2010 03:50:00 -0700 (PDT)

Hello Statalists

 I creted a table usinng the following code


quietly regress y x1 x2 x3 x4, vce(cluster numeric_model)
estimates store OLS_rob
quietly xtreg y x1 x2 x3 x4, fe
estimates store FE
quietly y x1 x2 x3 x4, re
estimates store RE
quietly y x1 x2 x3 x4, fe vce(robust)
estimates store FE_rob
quietly y x1 x2 x3 x4, re vce(robust)
estimates store RE_rob

estimates table OLS_rob FE FE_rob RE RE_rob, b se stats(N r2_o r2_b r2_w
sigma_u sigma_e rho) b(%7.5f)

Now in the output tabele for x 1 and x2 i get 0.00000, because the parameter
is smaller. Can i somehow change the display format (in bold in the code) so
that the output is or this form  8.63e-07 ? I cant find it in the
documentation.

Thanks in advance for your support.

Regards
Toby
-- 
View this message in context: http://statalist.1588530.n2.nabble.com/Display-Format-tp5422927p5422927.html
Sent from the Statalist mailing list archive at Nabble.com.
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


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