reporting comparison statistic in barplots

52 Views Asked by At

I need to place brackets for pairwise comparisons, along with the effect size and the p-value/significance in a barplot in which I am plotting the means of my data.

The package ggpubr offers a number of solutions, among which the command geom_pwc/stat_pwc: https://rpkgs.datanovia.com/ggpubr/reference/geom_pwc.html. However, this command runs the stats on the actual data on the fly, so it may not be suitable for barplots plotting a summary dataset.

Does anyone have any idea of how to do this?

0

There are 0 best solutions below