a4aFitResiduals-class | R Documentation |
a4aFitResiduals
The a4aFitResiduals
class extends FLQuants
to store residuals of the a4a stock assessment fit. By default, these should be log residuals of catches and indices.
## S4 method for signature 'a4aFit'
residuals(object, stock, indices, ...)
object |
object of relevant class (see signature of method) |
stock |
|
indices |
|
... |
additional argument list that might never be used |
data(ple4)
data(ple4.index)
obj <- sca(stock=ple4, indices=FLIndices(ple4.index))
flqs <- residuals(obj, ple4, FLIndices(idx=ple4.index))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.