residuals-FLQuant: residuals

residuals-FLQuantR Documentation

residuals

Description

residuals

Usage

## S4 method for signature 'FLQuant'
residuals(object, fit, type = "log", ...)

Examples

data(ple4)
fit <- rlnorm(1, log(catch(ple4)), 0.1)
residuals(catch(ple4), fit)
residuals(catch(ple4), fit, type="student")
rraw(catch(ple4), fit)
rlogstandard(catch(ple4), fit)
rstandard(catch(ple4), fit)
rstudent(catch(ple4), fit)

flr/FLCore documentation built on March 2, 2025, 12:18 a.m.