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: outreg2 - problem with asterisks indicating significance levels


From   [email protected]
To   [email protected]
Subject   st: outreg2 - problem with asterisks indicating significance levels
Date   Fri, 4 Feb 2011 01:03:31 +0000 (GMT)

Dear all,

I have a problem with outreg2 command - I need to indicate with asterisks 
significance levels after lincom but I don't know how to do it! I hope someone 
can help me. 


After a regression, I use the command lincom to find an overall effect of two 
coefficient estimates. I store the estimates so they can be reported after that. 
It looks like this:

lincom  a+_b_1
local coef1=r(estimate)
local tstat1=r(estimate)/r(se)
local SE1=r(se)
outreg2 using table, word replace cttop(new_emp)  adds(Coeff1, `coef1', 
SE1,`SE1',..)

I have no problem to get the desired table with those values included. However, 
outreg2 does not include automatically asterisks indicating significance levels. 


Is this possible to be done (manually). I couldn't find any reference in 
previous posts. I have so many interactions to document, it would be really 
helpful if I could have these asterisks automatically inserted. 


Best,Rado




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