pairwise.table | R Documentation |
Creates table of p values for pairwise comparisons with corrections for multiple testing.
pairwise.table(compare.levels, level.names, p.adjust.method)
compare.levels |
a |
level.names |
names of the group levels |
p.adjust.method |
a character string specifying the method for
multiple testing adjustment; almost always one of
|
Functions that do multiple group comparisons create separate
compare.levels
functions (assumed to be symmetrical in i
and j
) and passes them to this function.
Table of p values in lower triangular form.
pairwise.t.test
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.