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: AW: selectively suppressing regress output
From
"Martin Weiss" <[email protected]>
To
<[email protected]>
Subject
st: AW: selectively suppressing regress output
Date
Thu, 20 May 2010 09:08:42 +0200
<>
You can estimate the model -quietly- and then have -estimates table- display
the coefficients of interest with the -keep()- option:
*************
sysuse auto, clear
quietly reg length weight trunk headroom mpg price i.rep78
est table, keep(weight trunk headroom mpg price) se p style(oneline)
*************
HTH
Martin
-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von John Harding
Gesendet: Donnerstag, 20. Mai 2010 03:21
An: [email protected]
Betreff: st: selectively suppressing regress output
My model specification includes a large number of location fixed effects. I
would like to suppress the standard output for those variable. Is there a
way to do this?
*
* 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/