File: test-format_p_adjust.R

package info (click to toggle)
r-cran-parameters 0.24.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,852 kB
  • sloc: sh: 16; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 161 bytes parent folder | download
1
2
3
4
test_that("format_p_adjust", {
  expect_identical(format_p_adjust("holm"), "Holm (1979)")
  expect_identical(format_p_adjust("bonferroni"), "Bonferroni")
})