Format the name of the p-value adjustment methods.
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")
#> [1] "Holm (1979)"
format_p_adjust("bonferroni")
#> [1] "Bonferroni"