Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: RE: list if r==0.01 not working


From   "Martin Weiss" <[email protected]>
To   <[email protected]>
Subject   st: RE: list if r==0.01 not working
Date   Fri, 26 Sep 2008 12:56:16 +0200

See [U] 13.10 as well...


HTH
Martin

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Paul O'Brien
Sent: Friday, September 26, 2008 12:15 PM
To: statalist
Subject: st: list if r==0.01 not working

i am sure there is a very simple answer but i can't find it - i have  
searched!

r is a float

. list if r==0.01

i get no output, but if i use relational operators i get this.

. list r if r>0 &r<0.02

       +-----+
       |   r |
       |-----|
   43. | .01 |
   44. | .01 |
   45. | .01 |
   46. | .01 |
   47. | .01 |
       |-----|
   48. | .01 |
   49. | .01 |
   50. | .01 |
   51. | .01 |
   52. | .01 |
       |-----|
   53. | .01 |
   54. | .01 |
   55. | .01 |
   56. | .01 |
   57. | .01 |
       |-----|
   58. | .01 |
       +-----+
where am i going wrong?

paul
-------------------------------
Dr Paul O'Brien
Raymede Clinic
Westside Contraceptive Services
Westminster Primary Care Trust
Exmoor St
London
W10 6DZ
UK
44 + (0)20 8962 4450






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