| 
 |  | ||||
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]
Re: st: use of *OR* |�in 'replace'
From 
 
Richard Williams <[email protected]> 
To 
 
[email protected] 
Subject 
 
Re: st: use of *OR* |�in 'replace' 
Date 
 
Thu, 02 Mar 2006 05:53:59 -0500 
At 05:16 AM 3/2/2006, Steffen Hokland wrote:
I just created a little fake data set and it worked fine for me:Can someone tell me the correct syntax, or is OR-statements just not
allowed in replace?
. gen Include=0
. replace Include=1 if Temp==42.5 | Dose_Group<3
(3 real changes made)
What version of Stata are you using?  Is it totally up to 
date?  Perhaps parentheses would help -
replace Include=1 if (Temp==42.5 | Dose_Group<3)
-------------------------------------------
Richard Williams, Notre Dame Dept of Sociology
OFFICE: (574)631-6668, (574)631-6463
FAX:    (574)288-4373
HOME:   (574)289-5227
EMAIL:  [email protected]
WWW (personal):    http://www.nd.edu/~rwilliam
WWW (department):    http://www.nd.edu/~soc 
*
*   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/
| © Copyright 1996–2025 StataCorp LLC | Terms of use | Privacy | Contact us | What's new | Site index |