powered by
A nonparametric equivalent of the independent t-test
wilcoxon_rank_sum_test( data = NULL, iv_name = NULL, dv_name = NULL, sigfigs = 3 )
the output will be a data.table object with all pairwise Wilcoxon rank-sum test results
a data object (a data frame or a data.table)
name of the independent variable (grouping variable)
name of the dependent variable (measure variable of interest)
number of significant digits to round to
wilcoxon_rank_sum_test( data = iris, iv_name = "Species", dv_name = "Sepal.Length")
Run the code above in your browser using DataLab