Nothing
print.mda <-
function (x, ...)
{
NextMethod("print")
if (!is.null(x$deviance))
cat("\nDeviance:", format(round(x$deviance, 3)), "\n")
invisible(x)
}
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.