tests/testthat/test-anlz_smooth.R

test_that("Checking anlz_smooth", {
  
  result <- anlz_smooth(mod) %>% 
    dplyr::pull(p.value) %>% 
    round(2)
  
  expect_equal(result, 0.01)
  
})

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.