Learn R Programming

pairwiseComparisons (version 0.1.2)

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

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.