I would like to compare two samples with the watson's two sample test in R (circular data). As I have a lot of ties in my samples, I followed the example given in the book from Zar (Biostatistical analysis) for the watson's two sample test with ties (I did it by hand). I was curious to see if it would give me the same result with the code developped in R (watson.two.test). I saw some differences so I guess the test available in R is not adapted when there are a lot of ties. May I ask you if it exists on R a code for this test with ties?
Thanks a lot for your answer.