View source: R/pairwise_median_test.R
pairwise_median_test | R Documentation |
Pairwise Mood's median tests for all comparison of pairs of group medians
pairwise_median_test(d, x, g, tol = 1e-06)
d |
a data frame |
x |
unquoted name of quantitative variable |
g |
unquoted name of grouping variable (can be a factor, is treated as text) |
tol |
(default 1e-6) any data values closer to overall median than this are discarded |
data frame of groups being compared and unadjusted and Bonferroni-adjusted P-values
Ken Butler, butler@utsc.utoronto.ca
pairwise_median_test(datasets::mtcars,mpg,cyl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.