in r corr Cannot compute exact p-value with ties code example
Example: in r corr Cannot compute exact p-value with ties
# it gives the same p and r values but removes the warning
cor.test(x1,y1,method="spearman",exact=FALSE)
# it gives the same p and r values but removes the warning
cor.test(x1,y1,method="spearman",exact=FALSE)