Nothing
print.extmod <-
function(x, ...)
{
cat("Estimate:\n")
print(x$Estimate[1])
cat("\nlowerCI:\n")
print(x$lowerCI[1])
cat("\nupperCI:\n")
print(x$upperCI[1])
}
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.