Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


statsExpressions (version 1.6.2)

p_adjust_text: p-value adjustment method text

Description

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

Usage

p_adjust_text(p.adjust.method)

Value

Standardized text description for what method was used.

Arguments

p.adjust.method

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

Examples

Run this code
p_adjust_text("none")
p_adjust_text("BY")

Run the code above in your browser using DataLab