Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: RE: if programming command


From   "Martin Weiss" <[email protected]>
To   <[email protected]>
Subject   st: RE: if programming command
Date   Thu, 9 Oct 2008 18:00:29 +0200

What is different about the results? Give us more info! We have had a lot of
posts about the difference between the -if- qualifier and the -if-
programming command in the past...


HTH
Martin


-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of lou apicella
Sent: Thursday, October 09, 2008 5:55 PM
To: [email protected]
Subject: st: if programming command

Hello Statalisters,

I'm trying to convert some logical statements into nested if statements. I
feel the two statements below should give the same result but they do not.
What am I do wrong here?

Thanks in advance.

Lou.

replace syphilis=1 if visit==1 & lbcd=="SYP_RPR" & (lbresc!="POSITIVE 1:128"
| lbresc!="POSITIVE 1:16")



if visit==1 {
    if lbcd=="SYP_RPR" & (lbresc!="POSITIVE 1:128" | lbresc!="POSITIVE 1:16"
) {
                replace syphilis==1
     }
}


      
*
*   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–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index