DEBSOURCES
Skip Quicknav
sources / r-cran-parameters / 0.24.2-2 / tests / testthat / test-format_p_adjust.R
1234
test_that("format_p_adjust", { expect_identical(format_p_adjust("holm"), "Holm (1979)") expect_identical(format_p_adjust("bonferroni"), "Bonferroni") })