tests/testthat/test-sigmatest.R

test_that("sigmatest works", {
  x <- c(10:25)
  expect_equal(sigmatest(x=x,sigma=5,alternative = c("two.sided"), conf.level = 0.95), sigmatest(x=x,sigma=5))
})

Try the Mychisq package in your browser

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

Mychisq documentation built on June 22, 2026, 9:08 a.m.