powered by
Performs pairwise comparisons between group levels with corrections for multiple testing, using CDA.test.
CDA.test
pairwise.CDA.test(X, fact, ncomp = NULL, p.method = "fdr", ...)
a character string indicating what type of tests were performed.
a character string giving the name(s) of the data.
table of results.
method for p-values correction.
a data frame of dependent variables (typically contingency or presence-absence table).
factor giving the groups.
an integer giving the number of components to be used for the test. If NULL nlevels(fact)-1 are used.
NULL
nlevels(fact)-1
method for p-values correction. See help of p.adjust.
p.adjust
other arguments to pass to CDA.test.
Maxime HERVE <maxime.herve@univ-rennes1.fr>
See CDA.test.
require(ade4) data(perthi02) CDA.test(perthi02$tab,perthi02$cla) pairwise.CDA.test(perthi02$tab,perthi02$cla)
Run the code above in your browser using DataLab