The a4aFitCatchDiagn class extends FLQuants to store information to run diagnostics on aggregated catch estimated by the a4a stock assessment fit.

computeCatchDiagnostics(object, ...)

Arguments

object

object of relevant class (see signature of method)

...

additional argument list that might never be used

stock

FLStock object used to fit the model

indices

FLIndices object used to fit the model

Examples

data(ple4)
data(ple4.index)
obj <- sca(stock=ple4, indices=FLIndices(ple4.index))
flqs <- residuals(obj, ple4, FLIndices(idx=ple4.index))