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: RE: to suppress non significant coefficient
From
Nick Cox <[email protected]>
To
"'[email protected]'" <[email protected]>
Subject
st: RE: to suppress non significant coefficient
Date
Tue, 4 Oct 2011 14:28:54 +0100
My suggestion: Don't do that.
Even if you feel it makes sense, how do you know all your readers will agree?
Nick
[email protected]
Jörg Eulenberger
i want to suppress non significant coefficients in following table:
sysuse auto, clear
eststo drop est1 est2 est3 est4
eststo est1: estpost corr foreign length weight trunk if rep78<4
eststo est2: estpost corr foreign length weight trunk if rep78==4
eststo est3: estpost corr foreign length weight trunk if rep78>4
eststo est4: estpost corr foreign length weight trunk
esttab est1 est2 est3 est4 using table.rtf, b(2) not unstack compress
nonumber star(+ 0.10 * 0.05 ** 0.01 *** 0.001) nomtitle noobs varw(30)
label app
Any suggestions? Tanks for Help!
Jörg
*
* 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/
*
* 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/