deviance.em.glm: Model deviance (calculated from deviance residuals)

Description Usage Arguments Value

Description

Model deviance (calculated from deviance residuals)

Usage

1
2
## S3 method for class 'em.glm'
deviance(object, x, y, weight = c(1), ...)

Arguments

object

An 'em.glm' object.

x

An n-by-p design matrix.

y

A vector of observation of length n.

weight

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.

Value

The model deviance statistic.


emax.glm documentation built on July 4, 2019, 5:04 p.m.