gadget.fit.Rd
gadget.fit
calls Gadget and compiles fit statistics, relevant biomass trajectories and consumption.
It returns an object of class 'gadget.fit' which is essentially a list containing the following objects:
data.frame containing the model fit to the surveyindices
Table of likelihood component scores from the different stages of the iterative reweighting run
Same as resTable but normalised with the minimum score for each component
The model estimated fleet predator suitability
Recruitment by stock
Results by year
Fit combined with data from the stomachcontent likelihood
Likelihood component scores by year and step
Data compared with model output for the catchdistribution components
Data compared with model output for the stockdistribution components
The likelihood output from the model
Modeled abundance and mean weight by year,step, length and stock
Modeled abundance, mean weight, number consumed by age, stock and year
Consumption of prey (or fleet catches) by prey, length, year and step
Information on catches, harvest rate and harvestable biomass by fleet, year and step
consumption of preys by predators, length, year and step
parameter values used for the fit
Data compared with model output for the catchdstatistics components
bind.gadget.fit
combines two (or more) gadget.fit objects into a
single list. Each object in the list will have an extra column indicating the model,
if the list is named those names will be used to identify the model.
gadget.fit(
wgts = "WGTS",
main.file = NULL,
fleet.predict = NULL,
mat.par = NULL,
params.file = NULL,
f.age.range = NULL,
fit.folder = "FIT",
printatstart = 1,
steps = 1,
recruitment_step_age = NULL,
gd = NULL
)
bind.gadget.fit(...)
Location of the iterative reweighting folder, if null gadget.fit requires a parameter file
if the main file is different from the 'main' or 'wgts/main.final'
data.frame containing the basis fleets used to calculate the harvestable biomass. Fleet names should be specified in the fleet column.
parameters for the maturity ogive
parameter file used in the fit (defaults to "WGTS/params.final")
data.frame describing the desired age range where the F's are calculated, if null this defaults to the apical F fro all stocks. Input columns should include stock, age.min and age.max
location of the output
should the stock standard output be printed at the beginning or the end of the timestep
what steps should be printed
data frame defining the recruitment age by stock and time step. Default is the minimum age at step 1. Expects columns stock, age and step
gadget_directory object to optionally set the location of the gadget directory
any number of gadget.fit objects
list containing the output from Gadget.