IndrajeetPatil / statsExpressions

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

wilcoxon test default parameters modification #249

Open altrabio opened 11 months ago

altrabio commented 11 months ago

Hi, First of all thanks for this great package. I have seen that wilcoxon test computation uses stats::wilcox.test function with default parameters. I am wondering if there is a way to "modify this behaviour" and for instance asking that the value for "exact" parameter should be set to true.

Thanks

IndrajeetPatil commented 11 months ago

Yes, this is definitely something I would like to support.