Nothing
"summary.RSctr" <-
function(object,...)
{
cat("\nCurrent sampler control specifications in ",deparse(substitute(object)),":\n", sep="")
cat("\tburn_in =",object$burn_in,"\n")
cat("\tn_eff =",object$n_eff,"\n")
cat("\tstep =",object$step,"\n")
cat("\tseed =",object$seed,"\n")
cat("\ttfixed =",object$tfixed,"\n\n")
invisible(object)
}
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.