Nothing
test_that("median value is correct",{
expect_equal(mediantest(c(1,3),c(5,-1),paired=TRUE)$estimate,0)
expect_equal(mediantest(c(1,3))$estimate,2)
})
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.