Bookmark and Share

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]

Re: st: foreach for interaction term


From   Neil Shephard <[email protected]>
To   [email protected]
Subject   Re: st: foreach for interaction term
Date   Tue, 24 May 2011 15:24:38 +0100

On Tue, May 24, 2011 at 3:22 PM, Richard Goldstein
<[email protected]> wrote:
> that is invalid syntax, just as Stata informed you; if you use "of" in
> your -foreach-, then you must include what it is (e.g., varlist); see
> the help file for -foreach-

...and I just perpetuated that error, sorry.  Instead try...

foreach x in ger bel chin usa uk it switz {
 gen interaction_`x' = `x'_ims * `x'brd
}


Apologies for the mistake.

Neil
-- 
“Truth in science can be defined as the working hypothesis best suited
to open the way to the next better one.” - Konrad Lorenz

Email - [email protected]
Website - http://kimura.no-ip.org/
Photos - http://www.flickr.com/photos/slackline/

*
*   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/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index