Re: [Tutor] changing 2x3 matrix to 3x2 matrix - using lists

2006-04-14 Thread Kent Johnson
Srinivas Iyyer wrote: > Dear group, > I have a huge list of data. This was obtained using R > through Rpy. > > the data resembles a 10K (row) x 30 (column) matrix. > > I processed the data column wise( obtained median > values for duplicated rows). > > Now I am left with 500 rows and 30 colu

[Tutor] changing 2x3 matrix to 3x2 matrix - using lists

2006-04-14 Thread Srinivas Iyyer
Dear group, I have a huge list of data. This was obtained using R through Rpy. the data resembles a 10K (row) x 30 (column) matrix. I processed the data column wise( obtained median values for duplicated rows). Now I am left with 500 rows and 30 columns. I want to print the same way. A