Nothing
setMethod("show", "asAnscombe",
function(object){
cat(paste("An object of class", dQuote(class(object)), "\n"))
cat("risk type:\t", object@type, "\n")
cat("ARE in the ideal model:\t", object@eff, "\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.