Nothing
if(!isGeneric("deviance"))
setGeneric(name = "deviance", def = function(object, ...) standardGeneric("deviance"))
## method deviance form models of class glimML (betabin and negbin)
setMethod(f = "deviance", signature = "glimML", definition = function(object, ...) object@dev)
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.