Nothing
context(".rtrunc(): truncated distributions function")
test_that("truncated distributions work", {
set.seed(101)
x <- .rtrunc(1000, spec = "norm", a = 0)
expect_true(min(x) > 0)
expect_identical(.qtrunc(0.5, spec = "norm"), 0)
})
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.