I'm using the rstatix
library in R 3.6.3 through RStudio 1.2.5042 and am getting the impossible p-value of 1 when running a two-sample Wilcoxon aka Mann-Whitney U Test.
My first instinct says this is a floating point precision issue and the actual value is something like 0.999999 but I came here to confirm before an undisclosed federal research agency gets up my ass about it.
Here's my code:
wilcox_test(data,
DV ~ Group,
paired = F,
exact = T,
alternative = "two.sided",
conf.level = 0.95,
detailed = T)
Data has been anonymized of course. This link expires in 1 week.
Cross-posting for consistency:
https://stats.stackexchange.com/questions/467572/p-value-of-1-for-mann-whitney-u-artifact-of-r