[R] unique columns of a matrix

Roman Akhter Ahmed roman.ahmed at buseco.monash.edu.au
Tue Dec 19 02:42:00 CET 2006


Dear all,

I have a matrix of repeating columns in R, for example a matrix X is

          [,1]   [,2]   [,3]   [,4]
[1,]       1      1      1      1
[2,]       1      1      2      2

I want to store unique columns of the matrix X in a new matrix Y. 
Therefore, Y will be

          [,1]   [,2]  
[1,]       1      1    
[2,]       1      2

It will be really appreciated if you can provide me some function for 
this job.
Thanks for your time and effort in advance,
Roman

-- 
----------------------------------------------------------------------
Roman Akhter Ahmed (Ph.D. Candidate)
Department of Econometrics and Business Statistics
Room 659, Building 11 (East Wing), Clayton Campus
Monash University, Victoria 3800, Australia
Ph.: +61 3 9905 8346 (W), +61 3 9543 1958 (R)
Web: http://www.buseco.monash.edu.au/staff/profile.php?uid=rahmed
----------------------------------------------------------------------



More information about the R-help mailing list