Nothing
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))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.