xsa.sa | R Documentation |
The 'mse' package can use different stock assessment methods as modules in the estimation step of a management procedure. This functions provides such a module for FLXSA. As a flag for convergence, the returned tracking FLQuant contains the number of maximum number of iterations (maxit).
xsa.sa(stk, idx, args, tracking, ...)
stk |
An FLStock. |
idx |
An FLIndices. |
args |
Arguments for call to mp(), list. |
tracking |
Tracking FLQuant. |
A list containing the updated FLStock, and the tracking FLQuant.
data(ple4)
data(ple4.index)
xsa.sa(stk=ple4, idx=ple4.index, args=list(ay=2018),
tracking=FLQuant(dimnames=list(quant='conv.est', year=2018)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.