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: RE: RE: RE: Comparison operator, similar to "IN" in SAS?
From
"Martin Weiss" <[email protected]>
To
<[email protected]>
Subject
RE: st: RE: RE: RE: Comparison operator, similar to "IN" in SAS?
Date
Tue, 21 Sep 2010 08:20:31 +0200
<>
Sorry, I cannot see how this is more handy than -inlist()-, but you would
have to double the equal signs in the -cond()- in any case:
*************
clear*
set obs 10
gen byte x=_n
gen byte myvar= cond(x==3 | x==4 | x==5, 1, 0)
l
*************
HTH
Martin
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Anisa Shyti
Sent: Dienstag, 21. September 2010 01:27
To: [email protected]
Subject: Re: st: RE: RE: RE: Comparison operator, similar to "IN" in SAS?
Martin, let me be more precise: in the condition should be cond(x=3 |
x=4 | x=5, 1, 0) - it depend on the condition one needs to set - I
was giving a handy example. The cond(.) is pretty flexible.
*
* 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/