CatDynSum: Summary Table for Generalized Depletion (Catch Dynamics) Model Comparison
Description
Summarize information theoretic, numerical and statistical results of several models
fit to the data to select a best working model.
Usage
CatDynSum(x, season, method, partial=TRUE)
Arguments
x
A list of model objects of class catdyn output by CatDynFit().
season
Character, an identifier for the set of models.
method
A character vector of numerical methods to extract from each element of the x
list.
partial
Logical, FALSE for transit models, TRUE (the default) for all other model versions.
Value
A data.frame with an extraction of comparative information from several models
fitted to the data.
Details
The arguments x and method must be of the same length.
It might be useful to examine the results of different numerical methods applied
to the same model with this function. To do this just repeat the name of the
object in x and specify the different numerical methods in method.
Examples
Run this code# NOT RUN {
#See examples for CatDynFit().
# }
Run the code above in your browser using DataLab