Nothing
mcmcapply <-
function(x, FUN, ...)
{
if (!inherits(x, "mcmc.list"))
stop("object class is not 'mcmc.list'")
y <- as.matrix(x)
if (missing(FUN))
y else apply(y, 2, match.fun(FUN), ...)
}
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.