Skip to content
Prev 12180 / 398502 Next

a < b < c is alway TRUE

----- Original Message -----
From: "Till Baumgaertel" <till.baumgaertel at epost.de>
To: <r-help at stat.math.ethz.ch>
Cc: "Uwe Ligges" <ligges at statistik.uni-dortmund.de>
Sent: Friday, July 06, 2001 5:21 AM
Subject: Re: [R] a < b < c is alway TRUE
TRUE is being treated as equal to 1, so TRUE >= 1, returns TRUE. However,
non-zero values are treated as TRUE when coercing numerical values.
[1]  TRUE  TRUE  TRUE FALSE  TRUE  TRUE  TRUE

-Bill

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._