[R] %in% not working

Neil Klepeis nklepeis at uclink4.berkeley.edu
Fri Nov 1 08:51:37 CET 2002


I'm at a loss on this one:

 > c(1.253) %in% seq(1.1,1.3,by=0.001)
[1] FALSE
 > c(1.252) %in% seq(1.1,1.3,by=0.001)
[1] TRUE
 > c(1.254) %in% seq(1.1,1.3,by=0.001)
[1] TRUE


[R-1.6.0 Linux/Intel]



-- 
______________________________________________________
Neil E. Klepeis, UC Berkeley, School of Public Health,
and Lawrence Berkeley National Laboratory,
Berkeley, CA USA.  Voice: 831-768-9510


-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list