Description Usage Arguments Value
View source: R/test.pairwise.R
Split by some columns, further split by “split.col”,
and do pairwise comparisons of the value.col
column based on
a statistical test. Results are stored in testresult.col
.
1 2 3 4 | test.pairwise(x, by, split.col, value.col, testresult.col,
show.positive.only = FALSE, show.numbers.only = FALSE,
colors = "black", show.intervals = FALSE, alpha = 0.05,
test.fun = stats::wilcox.test, ...)
|
x |
[ |
by |
[ |
split.col |
[ |
value.col |
[ |
testresult.col |
[ |
show.positive.only |
[ |
show.numbers.only |
[ |
colors |
[ |
show.intervals |
[ |
alpha |
[ |
test.fun |
[ |
... |
[any] |
[data.frame
]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.