residuals.tinyVAST: Calculate deviance or response residuals for tinyVAST

View source: R/methods.R

residuals.tinyVASTR Documentation

Calculate deviance or response residuals for tinyVAST

Description

Calculate residuals

Usage

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

Arguments

object

Output from tinyVAST()

type

which type of residuals to compute (only option is "deviance" or "response" for now)

...

Note used

Value

a vector residuals, associated with each row of data supplied during fitting


tinyVAST documentation built on April 4, 2025, 2:43 a.m.