[R] %in% not working

About this list Date view Thread view Subject view Author view Attachment view

From: Neil Klepeis (nklepeis@uclink4.berkeley.edu)
Date: Fri 01 Nov 2002 - 18:51:37 EST


Message-id: <3DC23289.5030703@uclink4.berkeley.edu>

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@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._


About this list Date view Thread view Subject view Author view Attachment view

This archive was generated by hypermail 2.1.3 : Tue 01 Jun 2004 - 09:31:34 EST