residuals.copCAR: Extract model residuals.

Description Usage Arguments Value See Also

View source: R/copCAR.R

Description

Extract model residuals.

Usage

1
2
3
## S3 method for class 'copCAR'
residuals(object, type = c("deviance", "pearson",
  "response"), ...)

Arguments

object

an object of class copCAR, typically the result of a call to copCAR.

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

copCAR, residuals.glm


copCAR documentation built on Jan. 13, 2021, 7:07 a.m.