IndrajeetPatil / statsExpressions

Tidy data frames and expressions with statistical summaries 📜
https://indrajeetpatil.github.io/statsExpressions/
Other
312 stars 20 forks source link

Exact p-value calculation using Wilcoxon rank sum test #191

Closed Aashilbatavia closed 1 year ago

Aashilbatavia commented 2 years ago

Hello,

I was wondering how you obtain an exact p-value when applying a wilcoxon-rank i.e how do you go around the issues of ties (which i get when I apply the test manually.

Thanks

IndrajeetPatil commented 1 year ago

Hi, sorry for the late reply.

From the next version, extract argument will be set to FALSE. It was negligence on my part that it already wasn't.