Nothing
bind.mcmclists = function(pr, r){
l = length(pr)
b = list()
b[[1]] = mcmc(rbind ( as.mcmc(pr[1]), as.mcmc(r[1]) ))
if(l > 1){
for( i in 2:l){
b[[i]] = mcmc(rbind ( as.mcmc(pr[i]), as.mcmc(r[i]) ) )
}}
mcmc.list(b)
}
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.