Nothing
convert.mcmc.list <- function(x){
if (!is.mcmc.list(x)){
if (!is.mcmc(x)){
if ("list" %in% class(x)){
x <- lapply(x, as.mcmc)
} else {
x <- as.mcmc(x)
}
}
if (!is.mcmc.list(x)){
x <- mcmc.list(x)
}
}
return(x)
}
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.