Nothing
test_that("bind_dimensions_n.mcmcarray", {
expect_identical(bind_dimensions_n(mcmcr_example$beta), mcmcr_example$beta)
expect_identical(
pdims(bind_dimensions_n(mcmcr_example$beta, mcmcr_example$beta, mcmcr_example$beta)),
c(2L, 2L, 3L)
)
})
test_that("bind_dimensions_n.mcmcr", {
expect_identical(bind_dimensions_n(mcmcr_example), mcmcr_example)
expect_identical(
pdims(bind_dimensions_n(mcmcr_example, mcmcr_example, mcmcr_example)),
list(alpha = c(2L, 3L), beta = c(2L, 2L, 3L), sigma = c(1L, 3L))
)
})
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.