tests/testthat/test-anlz_pvalformat.R

test_that("Checking anlz_pvalformat", {
  
  result <- anlz_pvalformat(0.05)
  expect_equal(result, 'ns')
  
  result <- anlz_pvalformat(0.0001)
  expect_equal(result, 'p < 0.001')
  
})

Try the wqtrends package in your browser

Any scripts or data that you put into this service are public.

wqtrends documentation built on Sept. 11, 2024, 9:04 p.m.