Nothing
"summary.RSmpl" <-
function(object,...)
{
cat("\nStatus of object",deparse(substitute(object)),"after call to RSampler:\n")
cat("\tn =",object$n,"\n")
cat("\tk =",object$k,"\n")
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")
cat("\tn_tot =",object$n_tot,"\n")
cat("\toutvec contains",length(object$outvec),"elements\n\n")
}
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.