format_p_adjust: Format the name of the p-value adjustment methods

View source: R/format_p_adjust.R

format_p_adjustR Documentation

Format the name of the p-value adjustment methods

Description

Format the name of the p-value adjustment methods.

Usage

format_p_adjust(method)

Arguments

method

Name of the method.

Value

A string with the full surname(s) of the author(s), including year of publication, for the adjustment-method.

Examples

library(parameters)

format_p_adjust("holm")
format_p_adjust("bonferroni")

easystats/parameters documentation built on April 12, 2024, 9:33 a.m.