pairwise.table {ctest} | 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 |
Function to compute (raw) p value given indices
i and j |
level.names |
Names of the group levels |
p.adjust.method |
Method for multiple testing adjustment |
Table of p values in lower triangular form.
pairwise.t.test
, et al.