Description Usage Arguments Details Value
View source: R/getObjFunValues.AggregateCatch.R
Function to get aggregate catch components in the objective function as a melted dataframe.
1 2 | getObjFunValues.AggregateCatch(aggC, data.type = "abundance",
verbose = FALSE)
|
aggC |
- a list object reflecting an aggregate catch data source's contributions to the objective function |
data.type |
- data type (abundance or biomass) of aggregated catch |
verbose |
- flag (T/F) to print diagnostic info |
The returned dataframe has columns named "data.type", "fit.type", "nll.type", "year" (a dummy value = -1), "sex", "maturity", "shell_condition", "variable", and "value".
The "variable" column indicates whether the "value" is a weight ('wgt'), negative log-likelihood ('nll'), or objective function value ('objfun').
a melted dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.