Nothing
test_that("as.mcmc.list", {
expect_s3_class(
coda::as.mcmc.list(as.mcmc(collapse_chains(mcmcr_example))),
"mcmc.list"
)
mcmc.list <- coda::as.mcmc.list(mcmcr_example)
expect_s3_class(mcmc.list, "mcmc.list")
expect_identical(coda::nchain(mcmc.list), 2L)
expect_identical(coda::nvar(mcmc.list), 7L)
expect_identical(coda::as.mcmc.list(mcmc.list), mcmc.list)
expect_equal(as.mcmcr(mcmc.list), mcmcr_example, ignore_attr = FALSE)
})
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.