Nothing
context("Test distribution names")
test_that("'distr2name()' is ok", {
expect_identical(distr2name(c("norm", "dnorm", "rhyper", "ppois", "toto")),
c("Gaussian", "Gaussian", "Hypergeometric", "Poisson", "toto"))
})
test_that("'name2distr()' is ok", {
expect_identical(name2distr(c("Cauchy", "Gaussian", "Generalized Extreme Value", "Toto")),
c("cauchy", "norm", "gev", "toto"))
})
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.