My stats background is not very strong so I was hoping I'd be able to get some help. In my MSc thesis I am using R to test for significant differences in means between populations. My data is not normally distributed (based on QQplots, Shapiro-Wilk's and histograms), therefore I cannot use parametric tests. So I am using a Mann Whitney Wilcoxon test instead (wilcox.test in R).
Now from my understanding Mann Whitney Wilcoxon test for significant differences in medians, not means. I have a table with my data reported as means, but I report significance testing results in my thesis based on medians as calculated by R. Is this an appropriate approach? Or do I need to convert the means to medians in my table?
Thanks.