[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]
Re: st: excluding variables from varlist
On May 24, 2006, at 12:35 PM, Phil Schumm wrote:
unab allvars: _all
loc vars_to_exclude "a b c"
foreach var in `:list allvars - vars_to_exclude' {
...
}
Better, of course, would be:
unab allvars: _all
unab vars_to_exclude: a b c
foreach var in `:list allvars - vars_to_exclude' {
...
}
so that the list of variables to exclude may be specified as a Stata
varlist. That'll teach me to click "Send" without proofreading...
-- Phil
*
* 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/