R/deviance.R

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)

Try the aod package in your browser

Any scripts or data that you put into this service are public.

aod documentation built on April 2, 2022, 9:05 a.m.