Hello,
I am comparing two groups of lengths (different individuals) with boxplots using ggplot2 package. I want to compare the two distributions but so far the only way I found to use a wilcoxon test is stat_compare_means from the "ggpubr" package. Is it the right way to compare the distributions? Can I compare the distribution and not the mean specifically? As you can see, I am a newby in the stat world. Thank you!
Is your data Normally distributed? (i.e. does the population of each group of lengths look Gaussian?) If so, one could use a t-test to compare the two normal distributions (the null hypothesis would be that they have the same mean).