Re: [R] matching and extracting data

2009-11-27 Thread David Winsemius
On Nov 27, 2009, at 10:25 AM, ram basnet wrote: Dear all, I have querry on how to extract the data by matching between two data set where one has the same elements multiple times? For example, I have two matrix X and Y. X [,1][,2] [,3] 1 A 5 P 2 B 6

Re: [R] matching and extracting data

2009-11-27 Thread Chuck Cleland
On 11/27/2009 10:25 AM, ram basnet wrote: > Dear all, > I have querry on how to extract the data by matching between two data set > where one has the same elements multiple times? > > For example, I have two matrix X and Y. >> X >[,1][,2] [,3] > 1 A 5 P > 2 B 6

[R] matching and extracting data

2009-11-27 Thread ram basnet
Dear all, I have querry on how to extract the data by matching between two data set where one has the same elements multiple times?   For example, I have two matrix X and Y. > X    [,1]    [,2]   [,3] 1  A     5 P 2  B  6     P 3  C 7     P 4  D 5     Q 5  E