Nothing
test_that("Example 7.2", {
tmp <- kruskal.wallis.vdW(ch7$age, ch7$positions)
expect_equal(tmp$pval.exact.stat, 2.33260844)
expect_equal(tmp$pval.exact, 0.33578921)
expect_equal(
kruskal.wallis.vdW(ch7$age, ch7$positions, do.exact = FALSE,
do.asymp = TRUE)$pval.asymp.stat, 2.33260844)
expect_equal(
kruskal.wallis.vdW(ch7$age, ch7$positions, do.exact = FALSE,
do.asymp = TRUE)$pval.asymp, 0.31151611)
})
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.