p_adjust_text: _p_-value adjustment method text

p_adjust_textR Documentation

p-value adjustment method text

Description

Preparing text to describe which p-value adjustment method was used

Usage

p_adjust_text(p.adjust.method)

Arguments

p.adjust.method

Adjustment method for p-values for multiple comparisons. Possible methods are: "holm" (default), "hochberg", "hommel", "bonferroni", "BH", "BY", "fdr", "none".

Value

Standardized text description for what method was used.

Examples

library(pairwiseComparisons)
p_adjust_text("none")
p_adjust_text("BY")

IndrajeetPatil/pairwiseComparisons documentation built on April 1, 2022, 5 a.m.