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: Regression loops with value restrictions
From
David Juarez <[email protected]>
To
[email protected]
Subject
st: Regression loops with value restrictions
Date
Mon, 16 Jul 2012 11:14:10 -0500
I'm trying to run a regression loop that has an "if" restriction in each run. The most recent way I've tried to run this regression has been:
local var $scores
foreach Y of varlist `var'{
foreach score of varlist `Y'{
if `score' >=-100 & `score' <=8000
reg `Y' avgvpw bbbsreqnum
}
}
So each element in `Y' is a dependent variable. Any suggestions??
*
* 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/