Learn R Programming

ngspatial (version 0.5-2)

residuals.autologistic: Extract model residuals.

Description

Extract model residuals.

Usage

## S3 method for class 'autologistic':
residuals(object,
    type = c("deviance", "pearson", "response"), ...)

Arguments

object
an object of class autologistic, typically the result of a call to autologistic.
type
the type of residuals that should be returned. The alternatives are deviance (default), pearson, and response.
...
additional arguments.

Value

  • A vector of residuals.

See Also

autologistic, residuals.glm