Nothing
## Unit tests for makeCorrAlpha() function
test_that("makeCorrAlpha runs silently with valid inputs", {
## define parameters
items <- 4
alpha <- 0.85
variance <- 0.5
## apply function tests
expect_no_warning(makeCorrAlpha(items, alpha, variance))
expect_no_warning(makeCorrAlpha(items, alpha))
})
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.