residuals.tinyVAST {tinyVAST} | R 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 |
type |
which type of residuals to compute (only option is |
... |
Note used |
Value
a vector residuals, associated with each row of data
supplied during fitting
[Package tinyVAST version 1.2.0 Index]