Statalist The Stata Listserver


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

st: Re: Logit output


From   "Rodrigo A. Alfaro" <[email protected]>
To   <[email protected]>
Subject   st: Re: Logit output
Date   Fri, 25 May 2007 14:27:15 -0400

For several specifications I use -est store- and -est table-. For example

sysuse auto
quietly {
logit foreign price mpg
est store M1
logit foreign price mpg headroom trunk
est store M2
logit foreign price mpg trunk weight est store M3
}
est table M*, p stat(N chi2 r2_p)

R


----- Original Message ----- From: "Rachel" <[email protected]>
To: "statalist" <[email protected]>
Sent: Friday, May 25, 2007 2:14 PM
Subject: st: Logit output



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
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.)

Thank you,
Rachel
*
*   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/
*
*   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