Nothing
if(!isGeneric("df.residual"))
setGeneric(name = "df.residual", def = function(object, ...) standardGeneric("df.residual"))
### method df.residual for objects of class "glimML" (fitted with betabin or negbin)
setMethod(f = "df.residual", signature = "glimML", definition = function(object, ...) object@df.residual)
### method df.residual for objects of class "gliQML" (fitted with quasibin or quasipois)
setMethod(f = "df.residual", signature = "glimQL", definition = function(object, ...) df.residual(object@fm))
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.