Nothing
# Validate HIP functions.
# test-spbal-HIP-1.R
testthat::test_that("2. Validate messaging when no population parameter is specified.", {
# sample size.
n <- 200
# number of iterations.
its <- 7
# call HIP without population parameter.
expect_error(spbal::HIP(n = n,
iterations = its), "spbal(HIP) The population parameter must be used. Please specify a population.", fixed=TRUE)
})
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.