Re: [R] Error in which()

2010-07-08 Thread David Winsemius
On Jul 8, 2010, at 3:23 PM, Muhammad Rahiz wrote: Hi all, I'm trying to filter data into respective numbers. For example, if the data ranges from 0 to <0.1, group the data. And so on for the rest of the data. There are inconsistencies in the output. For example, b1[[3]] lumps all the 0.2

Re: [R] Error in which()

2010-07-08 Thread Sarah Goslee
Congratulations, you've run afoul of: 7.31 Why doesn't R think these numbers are equal? > x0[7] [1] 0.6 > > x0[7] == .6 [1] FALSE > Sarah On Thu, Jul 8, 2010 at 3:23 PM, Muhammad Rahiz wrote: > Hi all, > > I'm trying to filter data into respective numbers. For example, if the data > ranges fr