Nothing
RNGkind("L'Ecuyer-CMRG")
set.seed(123)
test_that("compare", {
expect_snapshot(
compare(list(samples_LNR), cores_for_props = 1)
)
})
test_that("savage-dickey", {
expect_snapshot(
round(hypothesis(samples_LNR, parameter = "m", do_plot = F, H0 = -1), 2))
expect_snapshot(
round(hypothesis(samples_LNR, fun = function(d) d["m"] - d["m_lMd"],
H0 = -0.5, do_plot = F), 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.