View source: R/pairwise.CDA.test.R
pairwise.CDA.test | R Documentation |
Performs pairwise comparisons between group levels with corrections for multiple testing, using CDA.test
.
pairwise.CDA.test(X, fact, ncomp = NULL, p.method = "fdr", ...)
X |
a data frame of dependent variables (typically contingency or presence-absence table). |
fact |
factor giving the groups. |
ncomp |
an integer giving the number of components to be used for the test. If |
p.method |
method for p-values correction. See help of |
... |
other arguments to pass to |
See CDA.test
.
method |
a character string indicating what type of tests were performed. |
data.name |
a character string giving the name(s) of the data. |
p.value |
table of results. |
p.adjust.method |
method for p-values correction. |
Maxime HERVE <maxime.herve@univ-rennes1.fr>
CDA.test
require(ade4)
data(perthi02)
CDA.test(perthi02$tab,perthi02$cla)
pairwise.CDA.test(perthi02$tab,perthi02$cla)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.