residuals.glmsmurf: Residuals of Estimated Model

Description Usage Arguments Details Value See Also Examples

View source: R/residuals.R

Description

Function to extract the residuals of the estimated model. resid is an alias for it.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## S3 method for class 'glmsmurf'
residuals(
  object,
  type = c("deviance", "pearson", "working", "response", "partial"),
  ...
)

## S3 method for class 'glmsmurf'
resid(
  object,
  type = c("deviance", "pearson", "working", "response", "partial"),
  ...
)

Arguments

object

An object of class 'glmsmurf', typically the result of a call to glmsmurf or glmsmurf.fit.

type

Type of residuals that should be returned. One of "deviance" (default), "pearson", "working", "response" or "partial".

...

Additional arguments which are currently ignored.

Details

See glm.summaries for an overview of the different types of residuals.

Value

A vector containing the residuals of the estimated model in object.

See Also

residuals_reest, residuals, glm.summaries, glmsmurf-class

Examples

1
2
## See example(glmsmurf) for examples
  

BavoDC/ssmurf documentation built on Dec. 17, 2021, 10:46 a.m.