a4aFit-class | R Documentation |
a4aFit
The a4aFit
class was built to store the a4a stock assessment fits.
a4aFit(...)
a4aFit(...)
clock(object, ...)
## S4 method for signature 'a4aFit'
clock(object)
fitSumm(object, ...)
## S4 method for signature 'a4aFit'
fitSumm(object)
## S4 method for signature 'a4aFit'
stock.n(object)
## S4 method for signature 'a4aFit,ANY'
harvest(object)
## S4 method for signature 'a4aFit'
catch.n(object)
## S4 method for signature 'a4aFit'
index(object)
## S4 method for signature 'a4aFit'
show(object)
## S4 method for signature 'a4aFit'
logLik(object, ...)
## S4 method for signature 'a4aFit'
iter(obj, it)
a4aFits(object, ...)
## S4 method for signature 'list'
a4aFits(object, ...)
## S4 method for signature 'a4aFit'
a4aFits(object, ...)
## S4 method for signature 'missing'
a4aFits(object, ...)
## S4 method for signature 'a4aFit'
computeCatchDiagnostics(object, stock, ...)
... |
additional argument list that might never be used |
object |
object of relevant class (see signature of method) |
obj |
the object to be subset |
it |
iteration to be extracted |
The function call
Information on call duration
Fit summary
Estimates of stock numbers-at-age
Estimates of fishing mortality at age
Estimates of catch numbers-at-age
Estimates of survey or CPUE indices-at-age
All slots in the class have accessor and replacement methods defined that allow retrieving and substituting individual slots.
The values passed for replacement need to be of the class of that slot. A numeric vector can also be used when replacing FLQuant slots, and the vector will be used to substitute the values in the slot, but not its other attributes.
A construction method exists for this class that can take named arguments for
any of its slots. All slots are then created to match the requirements of the
class validity. If an unnamed FLQuant
object is provided, this is used
for sizing, but not for populating any slot.
data(ple4)
data(ple4.index)
obj <- sca(stock=ple4, indices=FLIndices(ple4.index))
obj
slotNames(obj)
clock(obj)
fitSumm(obj)
flq <- stock.n(obj)
is(flq)
flq <- index(obj)
is(flq)
logLik(obj)
AIC(obj)
BIC(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.