Re: [R] warning with cut2 function

2011-10-13 Thread Uwe Ligges
On 11.10.2011 10:25, taby gathoni wrote: Dear r user, please find my attached sample of the dataset i am using to create a crosstable and eventually plot a histogram from the output. I am using the cut2 function to create bins, about 7 of them using the code after reading the data: cluste

[R] warning with cut2 function

2011-10-11 Thread taby gathoni
Dear r user, please find my attached sample of the dataset iĀ  am using to create a crosstable and eventually plot a histogram from the output. I am usingĀ  the cut2 function to create bins, about 7 of them using the code after reading the data: cluster <- cut2(cross_val$value, g=7) I get the wa