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: stepwise and manual drop of variables
From
Rodrigo Briceño <[email protected]>
To
[email protected]
Subject
st: stepwise and manual drop of variables
Date
Thu, 10 Feb 2011 15:00:08 -0600
Dear Stata users. I would like to know if there is a difference when
applying the command Stepwise(SW) and doing the elimination of
variables manually.
I recently run this two models:
1. regress logliq logsap l1liq l2liq l3liq l4liq l1sap l2sap l3sap
l4sap liqmk pprom sem dv if isin2==169 & ano>=2009
2. sw regress logliq logsap l1liq l2liq l3liq l4liq l1sap l2sap l3sap
l4sap liqmk pprom sem dv if isin2==169 & ano>=2009, pr(.05)
When I drop the variables with p-value greater than 0.05 I got as
final variables: sem (0.0315) and pprom (0.0644): p-values in
parenthesis
If I apply the second option my final variables are: sem (0.022), dv
(0.027) and pprom (0.007).
My final goal is to reduce the model with all the variables to a
simple model with just significant variables (0.05 or lower p-value).
Is there an explanation for the difference when applying both methods?
in that case would be better to do the elimination of variables one by
one?
thanks for your help.
--
Rodrigo Briceño
Economist
[email protected]
MSN: [email protected]
SKYPE: rbriceno1087
*
* 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/