powered by
pairwise.chisq.test(x, ...) pairwise.fisher.test(x, ...) "pairwise.chisq.test"(x, g, p.adj = p.adjust.methods, ...) "pairwise.chisq.test"(x, p.adj = p.adjust.methods, DNAME = NULL, ...) "pairwise.fisher.test"(x, g, p.adj = p.adjust.methods, ...) "pairwise.fisher.test"(x, p.adj = p.adjust.methods, DNAME = NULL, ...)
holm
hochberg
hommel
bonferroni
BH
BY
fdr
none
"pairwise.htest"
g
pairwise.t.test
p.adjust
x <- sample(1:2, 1e3, TRUE) g <- sample(1:4, 1e3, TRUE) pairwise.chisq.test(x, g) tab <- table(g, x) pairwise.fisher.test(tab, p.adj = "bonf")
Run the code above in your browser using DataLab