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
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
2 matches
Mail list logo