context('misc functions')
test_that('compatibility with coda package', {
library(coda)
x <- mcmc.list(mcmc(rnorm(100)),mcmc(rnorm(100)))
g <- gelman.diag(x)
print(g)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.