Skip to content
Prev 293017 / 398498 Next

problem in matching numbers in two variables

On 28-04-2012, at 17:28, sagarnikam123 wrote:

            
Please use dput() in future.

It's not quite clear what you exactly want but maybe this will do

x == y 
which(x==y)

Berend