FLAssess-class.Rd
FLAssess is the basic structure for age-based stock assessment. It provides a standard class for data input, diagnostic inspection and stock status estimation; either for use within a working group setting or as part of a formal Management Strategy Evaluation (MSE).
The FLAssess class can be extended to create specific implementations of assessment methods e.g. FLICA, FLSURBA, FLXSA, providing a common interface for all assessmnet methods. For example, within ICES there are two main stock assessment methods, ICA for pelagic and XSA for demersal stocks. However, differences between the methods are mainly artefacts of how they were independently developed rather than methodological. By incorporating such methods in a common class this problem will hopefully be avoided in the future.
FLAssess also incorporates methods for performing virtual population analysis (VPA) and stock projection.
In common with other FLR classes, all of the slots of the FLAssess class have accessor and replacement methods. Users are encouraged to use these instead of the @ slot accessor.
Objects can be created by calls to the methods VPA or SepVPA.
They also can be created by calls of the form
new("FLAssess", ...)
.
A character string give name of stock.
Whatever you want.
A named vector specifying the range of the object.
Call that generated the object.
An FLQuant that contains estimated catch numbers-at-age.
An FLQuant that contains estimated stock numbers-at-age.
An FLQuant that contains estimated fishing mortlaity-at-age.
A vector containing names for the FLIndexs
A list containing ranges for the FLIndexs
A list of FLQuants, corresponding to the index values used when fitting.
A list of FLQuants, corresponding to the fitted index values.
A list of FLQuants, corresponding to the index residuals.
A list of FLQuants, corresponding to the variances of index values in fitting.
Returns a list, with a vector for each dimension in the object, that contains the levels of each dimension.
Prints the given object.
Plots stock.n against index
Updates a FLStock with stock.n and harvest estimates from an FLAssess object
Updates a FLStock with stock.n and harvest estimates from an FLAssess object
Updates a FLStock with stock.n, catch.n & harvest estimates
Separable VPA
Virtual Population Analysis
FLIndices-class
,
FLStock-class
# see the Methods help pages for specific examples