residuals: residuals method for fastglm fitted objects

residuals.fastglmR Documentation

residuals method for fastglm fitted objects

Description

residuals method for fastglm fitted objects

Usage

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

Arguments

object

fastglm fitted object

type

type of residual to be returned

...

not used

Value

a vector of residuals


fastglm documentation built on May 23, 2022, 5:06 p.m.