Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | Christopher Baum <baum@bc.edu> |
To | statalist@hsphsun2.harvard.edu |
Subject | re: st: Adding regression variables one step at a time using a macro |
Date | Wed, 10 Mar 2010 12:54:02 -0500 |
<> Leaving aside the missing values, do you have any advice on how to add additional variables one step at a time from a list of independent variables using a loop: sysuse auto,clear loc myvl mpg weight turn trunk foreach v of local myvl { loc regl "`regl' `v'" reg price `regl' } Kit Baum | Boston College Economics and DIW Berlin | http://ideas.repec.org/e/pba1.html An Introduction to Stata Programming | http://www.stata-press.com/books/isp.html An Introduction to Modern Econometrics Using Stata | http://www.stata-press.com/books/imeus.html * * 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/