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   Barbara Engels <[email protected]>
To   [email protected]
Subject   Re: st: foreach for interaction term
Date   Tue, 24 May 2011 16:35:29 +0200

Works, perfect! Thanks a lot! the first steps are always the hardest ... 
El 24.05.2011, a las 16:24, Neil Shephard escribió:

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


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