IndrajeetPatil / ggstatsplot

Enhancing {ggplot2} plots with statistical analysis 📊📣
https://indrajeetpatil.github.io/ggstatsplot/
GNU General Public License v3.0
2.04k stars 190 forks source link

Inclusion possibility of pairwise comparison with fisher exact test in ggbarstats #554

Open Eduardo-Auer opened 3 years ago

Eduardo-Auer commented 3 years ago

Is it possible to include fisher exact test and pairwise comparisons between (p-value adjustment method if possible) groups in ggbarstats? I was using the fisher_test function from rstatix package, and I thought using their results with the plot created by ggbarstatswould be very interesting.

IndrajeetPatil commented 3 years ago

Will think a bit more about how to implement this.

Partly duplicate of https://github.com/IndrajeetPatil/ggstatsplot/issues/384.

Eduardo-Auer commented 3 years ago

I am grateful for your quick response! I will wait for the implementation. Best regards

yuryzablotski commented 2 years ago

I would like to join this request. Pairwise fisher tests after Chi-Square tests are necessary. They are done for >3 categories almost always anyway. Besides, is it possible to

Thanks! Yury