Skip to content
Prev 301075 / 398506 Next

How to do the same thing for all levels of a column?

OK, I admit it: I re-read what you wrote and now I'm confused. Is:
X1       X2        X3       X4     X5  X6    X7  X8
[1,] 0.1428571 0.2 0.2857143 0.125 0.2 0.2 0.125 0.2
[2,] 0.4285714 0.2 0.1428571 0.250 0.4 0.2 0.375 0.2
[3,] 0.1428571 0.4 0.2857143 0.375 0.2 0.2 0.250 0.4
[4,] 0.2857143 0.2 0.2857143 0.250 0.2 0.4 0.250 0.2

what you want?

-- Bert
On Tue, Jul 24, 2012 at 9:17 AM, Bert Gunter <bgunter at gene.com> wrote: