Statalist The Stata Listserver


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

Re: stepwise like SPSS? [was: RE: st: Means test]


From   Richard Williams <[email protected]>
To   [email protected]
Subject   Re: stepwise like SPSS? [was: RE: st: Means test]
Date   Thu, 15 Feb 2007 21:39:10 -0500

At 07:14 PM 2/15/2007, Richard Williams wrote:
Here is a not too painful way to get more stepwise information from Stata. Basically, just run the regressions twice: Once with stepwise, and then again with nestreg. With nestreg, specify the vars in the same order that stepwise added them. Example:
One little tweak to my previous suggestion: if there is missing data, stepwise does casewise deletion on all variables you specify, whether they make it into the final model or not. So, to have the same cases analyzed by both stepwise and nestreg, do something like

sw, pe(.05): reg warm yr89 male white age ed prst
nestreg: reg warm age male yr89 ed white if e(sample)


-------------------------------------------
Richard Williams, Notre Dame Dept of Sociology
OFFICE: (574)631-6668, (574)631-6463
FAX: (574)288-4373
HOME: (574)289-5227
EMAIL: [email protected]
WWW (personal): http://www.nd.edu/~rwilliam
WWW (department): http://www.nd.edu/~soc
*
* 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