Nothing
context("Wilcoxontau")
test_that("Wilcoxontau is same as ww version", {
resd = rnorm(100)
p = 3
expect_equal(wilcoxontau(resd, p), wilcoxontau.ww(resd, p))
})
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.