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

st: RE: suppress coefficients in output [was:stata question]


From   "Scott Merryman" <[email protected]>
To   <[email protected]>
Subject   st: RE: suppress coefficients in output [was:stata question]
Date   Thu, 1 Jul 2004 18:37:28 -0500

It sounds like this message was not intended for the Statalist, but here is
one way to accomplish this task.

First suppress all output using -quietly - and then use -estimates table,
drop(varlist)- to display the output you want.

For example:


. sysuse auto
(1978 Automobile Data)

. qui reg price mpg weight length

. est table, drop(length)

---------------------------
    Variable |   active    
-------------+-------------
         mpg | -86.789284  
      weight |  4.3647979  
       _cons |  14542.434  
---------------------------

Hope this helps,
Scott


-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Kory Kroft
Sent: Thursday, July 01, 2004 2:17 PM
To: [email protected]
Subject: st: stata question

i noticed one of your stata logs.  you were asking how to suppress the
dummies (when you have more
than two sets of them) from stata output, or more generally, how to suppress
just a variable.

i couldn't figure out how to do this.  have you?

thanks, kory.

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