Displaying 1 result from an estimated 1 matches for "125,193".
Did you mean:
125,19
2012 Apr 03
4
grouping
Hi all,
Assume that I have the following 10 data points.
x=c( 46, 125 , 36 ,193, 209, 78, 66, 242 , 297 , 45)
sort x and get the following
y= (36 , 45 , 46, 66, 78, 125,193, 209, 242, 297)
I want to group the sorted data point (y) into equal number of
observation per group. In this case there will be three groups. The first
two groups will have three obs...