residuals.tinyVAST function

Calculate deviance or response residuals for tinyVAST

Calculate deviance or response residuals for tinyVAST

Calculate residuals

## 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

Returns

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

  • Maintainer: James T. Thorson
  • License: GPL-3
  • Last published: 2025-03-21