scas.Rd
Internal method to run several stock assessment fits with different stocks, indices and submodels
scas(
stocks,
indicess,
fmodel = missing,
qmodel = missing,
srmodel = missing,
n1model = missing,
vmodel = missing,
combination.all = FALSE,
workers = 1,
...
)
an FLStocks
object containing catch and stock information
a list of FLIndices
objects containing survey indices
a list of fmodel
objects, each with a formula object depicting the model for log fishing mortality at age
a list of qmodel
objects, each with a list of formula objects depicting the models for log survey catchability at age
a list of srmodel
objects, each with a formula object depicting the model for log recruitment
a list of n1model
objects, each with a formula object depicting the model for the first year of catch data
a list of vmodel
objects, each with a list of formula objects depicting the models for log survey and log fishing mortality variance
bolean parameter (default is FALSE) to define if a full factorial across all stocks, indices, and submodel is run or just a sequence of runs.
all other arguments to be passed to sca
an FLStocks
object, each component with a FLStock
object containing catch and stock information
an a4aFits
or a4aFitSAs
or a4aFitMCMCs
depending on the argument fit