Description Usage Arguments Value Author(s) See Also Examples
View source: R/pairwise.fisher.test.r
Similar to pairwise.wilcox.test
and pairwise.t.test
, calculate pairwise comparisons of a nominal variable between group levels with corrections for multiple testing.
1 | pairwise.fisher.test(x, g, p.adjust.method, ...)
|
x |
Response vector, nominal (or ordinal). |
g |
Grouping vector or factor. |
p.adjust.method |
Method for adjusting p-values (see |
... |
Additional arguments to pass to |
Object of class "pairwise.htest"
Kaspar Rufibach (maintainer), kaspar.rufibach@gmail.com,
http://www.kasparrufibach.ch
fisher.test
, p.adjust
, pairwise.wilcox.test
, pairwise.t.test
1 2 3 4 |
Loading required package: xtable
Pairwise comparisons using
data: x and g
0 1
1 0.71 -
2 0.71 0.71
P value adjustment method: holm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.