I got a list of p-values, obtained from two large datasets, by using the wilcox.test()
function.
Since there's a multiple comparisons, I have to do adjustment of the p-values.
Problem is I just don't get how the p.adjust()
function works.
Could someone please tell me step by step what to do, so I get adjusted p-values for all my known p-values?