Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: Logit output


From   "Neil Shephard" <[email protected]>
To   [email protected]
Subject   Re: st: Logit output
Date   Fri, 25 May 2007 19:31:26 +0100

On 5/25/07, Rachel <[email protected]> wrote:
I'm having stata execute a very large number of Logit commands to
check for robustness, and I'm only interested in seeing the
coefficients and p-values.  Is there any way to

1. Suppress all output except covariate names, coefficient values and
p-values  and
You could surround the chunk of code with the -quietly- command...

qui{

}

2. To temporarily save the last p-value using ereturn or a similar
command?  (The manual entry for -Logit- does not list the significance
levels among the statistics that can be saved.)
I'd be inclined to use something like -parmest- (see -ssc desc
parmest- for more information) to save the results from each model to
a file, and then -append- all results into one data set for easy
comparision and tabulation (perhaps with -listtex- or -tabout-).

Neil
--
"In mathematics you don't understand things. You just get used to
them."  - Johann von Neumann

Email - [email protected] / [email protected]
Website - http://slack.ser.man.ac.uk/
Photos - http://www.flickr.com/photos/slackline/
*
*   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