Nothing
test_that("HDR", {
set.seed(1)
hdr <- hdr_table(rnorm(10000), prob = 0.95)
expect_equal(hdr$lower, -1.96, tolerance = 0.05)
expect_equal(hdr$upper, 1.96, tolerance = 0.05)
expect_equal(hdr$mode, 0, tolerance = 0.1)
expect_lt(abs(hdr$density - dnorm(1.96)), 0.01)
})
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.