Model deviance (calculated from deviance residuals)
# S3 method for em.glm
deviance(object, x, y, weight = c(1), ...)
An 'em.glm' object.
An n-by-p design matrix.
A vector of observation of length n.
A n length vector of observation weight terms. This is currently designed to be either the exposure for a Poisson model or the number of trials for a Logistic model.
other arguments.
The model deviance statistic.