Description Usage Arguments Author(s) Examples
Plot sets of groups in which means of medians are not significantly different.
On the veritical axis the means are marked. Then in a greedy fashion means that are not significantly different are linked by a line.
1 2 | plotPairwiseTests(p.vals, means, alpha=0.05, digits=3, mar=c(2,10,3,1), ...)
|
p.vals |
A slot |
means |
A vector of means or medians corresponding to p.vals object (the order of groups should be the same in both objects) |
alpha |
A threshold for p.value |
digits |
Number of significant digits to be ploted with means. |
mar |
Figure margins, left margin should be large enought to handle names of groups |
... |
These arguments are passed to the plot function. |
Przemyslaw Biecek
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.