Description Usage Arguments Details Value
View source: R/getObjFunValues.CatchData.R
Function to get catch data components in the objective function as a melted dataframe.
1 2 | getObjFunValues.CatchData(catchData, catch.type = "total.catch",
verbose = FALSE)
|
catchData |
- a list object reflecting a catch data source's contributions to the objective function |
catch.type |
- type of catch data ('total.catch','retained.catch','discard.catch') |
verbose |
- flag (T/F) to print diagnostic info |
The returned dataframe has columns named "catch.type", "data.type", "fit.type", "nll.type", "year", "sex", "maturity", "shell_condition", "variable", "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.