Nothing
print.summary.DDPstar <-
function(x,...) {
cat("\nCall:\n", paste(deparse(x$call), sep = "\n", collapse = "\n"), "\n", sep = "")
cat(paste0("\n Dependent Dirichet Processes with P-splines"))
cat("\n----------------------------------------------\n")
if(!is.null(x$bmsc)) {
cat("\n\nModel selection criteria:\n")
print(x$bmsc, quote = FALSE, right = TRUE, na.print = "", print.gap = 5)
}
}
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.