RecaParameterData | R Documentation |
Data and some data parameters prepared for running
various report functions that invoke eca.predict
.
For inspection or analysis of model fit, the lists 'FitProportionAtAge', 'FitLengthGivenAge' and 'FitWeightGivenLength' is of interest. For stock-splitting analysis, the lists FitLengthGivenAgeCC and FitWeightGivenLengthCC will be added as well, corresponding to one of the stocks. These lists correspond to the three Reca-models and contain:
A data.table
tabulating the logarithm of the likeliehood of the parameter set for each iteration
A data.table
for each of the model effects (e.g. covariates).
In addition to configurable covariates, the models always contain a constant effect (named 'constant'), a catch or haul effect (named 'catchSample') and effects for fish measurements (named 'fish'). Where relevant the following parameters may be tabulated for each effect:
Identifying the age the effect applies to
Identifying the value or level of the covariate the effect applies to
Identifying the iteration the fit is provided for
Age identifier used internally in Reca
Level identifier used internally in Reca
The value of the regression slope
The value of tau parameter for the regression slope
The value of regression slope of a the autoregressive coefficient associated with the effect
The value of the regression intercept
The value of tau parameter for the regression intercept
The value of the regression intercept of a autoregressive coefficient associated with the effect
Consult Hirst et.al. 2005 for description of the parameters
@section other data:
The lists 'AgeLength', 'WeightLength', 'Landings', 'GlobalParameters' and 'CovariateMaps'
may be passed to eca.predict
in functions consuming output from this function. All in all
the following lists can be accessed on RecaParameterData objects:
list of data tables with parameters for for the Proportion-at-age model
list of data tables with parameters for for the Length-given-age model
list of data tables with parameters for for the Weight-given-length model
input needed for eca.estimate
and eca.predict
input needed for eca.estimate
and eca.predict
input needed for eca.estimate
and eca.predict
input needed for eca.estimate
and eca.predict
. see details
Mapping of values for each covariate in landings and samples (including non-configurable catchId) to integer value used in R-ECA.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.