Learn R Programming

parameters (version 0.22.0)

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

Description

Format the name of the p-value adjustment methods.

Usage

format_p_adjust(method)

Value

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

Arguments

method

Name of the method.

Examples

Run this code
library(parameters)

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

Run the code above in your browser using DataLab