tests/testthat/test-sigmaCI.R

test_that("sigmaCI works", {
  x <- c(10:25)
  sigmaCI(x=x,conf.level=0.95)
  expect_equal(sigmaCI(x=x,conf.level=0.95), sigmaCI(x=x))
})

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.