powered by
pairwise_wilcox_test calculates pairwise comparisons on ordinal data between all group levels with corrections for multiple testing based on coin::wilcox_test from package 'coin'.
pairwise_wilcox_test
pairwise_wilcox_test( dep_var, indep_var, strat_var = NA, adjmethod = "fdr", distr = "exact", plevel = 0.05, symbols = letters[-1], sep = "" )
A list with matrix of adjusted p-values and character vector with significance indicators.
dependent variable, containing the data.
independent variable, should be factor.
optional factor for stratification.
method for adjusting p values (see p.adjust)
Computation of p-values, see coin::wilcox_test.
threshold for significance.
predefined as b,c, d...; provides footnotes to mark group differences, e.g. b means different from group 2.
text between statistics and range or other elements.
pairwise_wilcox_test(dep_var = mtcars$wt, indep_var = mtcars$cyl)
Run the code above in your browser using DataLab