p.adjust.method. method for adjusting p values (see p.adjust). Can be abbreviated. paired. a logical indicating whether you want a paired test. additional arguments to pass to wilcox.test.
p.adjust.method: method for adjusting p values (see p.adjust). Can be abbreviated. paired: a logical indicating whether you want a paired test…. additional arguments to pass to wilcox.test.
p.adjust.method. method to adjust p values for multiple comparisons. Used when pairwise comparisons are performed. Allowed values include holm, hochberg, hommel, bonferroni, BH, BY, fdr, none. If you don’t want to adjust the p value (not recommended), use p.adjust.method = none. paired. a logical indicating whether you want a paired test.
p: numeric vector of p-values (possibly with NAs).Any other R object is coerced by as.numeric.. method: correction method, a character string. Can be abbreviated. n: number of comparisons, must be at least length(p) only set this (to non-default) when you know what you are doing!, grouping vector or factor. p.adjust.method. method for adjusting p values (seep.adjust). Can be abbreviated. paired. a logical indicating whether you want a paired test. additional arguments to pass to wilcox.test. Details. Extra arguments that are passed on to.
3/25/2017 · This post is the result of work performed in collaboration with my colleague Eleonora Paparelli (who actually did most of the work!). We wanted to compare several distributions using Wilcoxon test and summarize results (i.e. indicate the comparisons showing significant differences). R base includes pairwise.wilcox.test to perform Wilcoxon rank sum test between all pairs of