Nothing
test_that("Independence test", {
v <- c(80,60,150,50,40,20); X<- matrix(v,ncol=2,byrow = TRUE)
expect_equal(indchisq(X), indchisq(X,conf.level = 0.95))
})
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.