pairwise.table
Tabulate p values for pairwise comparisons
Creates table of p values for pairwise comparisons with corrections for multiple testing.
- Keywords
- htest
Usage
pairwise.table(compare.levels, level.names, p.adjust.method)
Arguments
- compare.levels
- Function to compute (raw) p value given indices
i
andj
- level.names
- Names of the group levels
- p.adjust.method
- Method for multiple testing adjustment. Can be abbreviated.
Details
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.
Value
-
Table of p values in lower triangular form.
See Also
Community examples
Looks like there are no examples yet.