Uses standard error of estimated recruitment deviates to estimate the 5 controls for the bias adjustment in Stock Synthesis
SS_fitbiasramp(replist, verbose = FALSE, startvalues = NULL,
method = "BFGS", twoplots = TRUE, transform = FALSE, plot = TRUE,
print = FALSE, plotdir = "default", shownew = TRUE,
oldctl = NULL, newctl = NULL, altmethod = "nlminb",
exclude_forecast = FALSE, pwidth = 6.5, pheight = 5,
punits = "in", ptsize = 10, res = 300, cex.main = 1)
Object created using SS_output
Controls the amount of output to the screen. Default=FALSE.
A vector of 5 values for the starting points in the minimization. Default=NULL.
A method to apply to the 'optim' function. See ?optim for
options. Default="BFGS". By default, optim is not used, and the optimization
is based on the input altmethod
.
Make a two-panel plot showing devs as well as transformed uncertainty, or just the second panel in the set? Default=TRUE.
An experimental option to treat the transform the 5 quantities to improve minimization. Doesn't work well. Default=FALSE.
Plot to active plot device?
Print to PNG files?
Directory where PNG files will be written. By default it will be the directory where the model was run.
Include new estimated bias adjustment values on top of values used in the model? (TRUE/FALSE)
Optional name of existing control file to modify. Default=NULL.
Optional name of new control file to create from old file with estimated bias adjustment values. Default=NULL.
Optimization tool to use in place of optim, either "nlminb" or "psoptim". If not equal to either of these, then optim is used.
Exclude forecast values in the estimation of alternative bias adjustment inputs?
Default width of plots printed to files in units of
punits
. Default=7.
Default height width of plots printed to files in units of
punits
. Default=7.
Units for pwidth
and pheight
. Can be "px"
(pixels), "in" (inches), "cm" or "mm". Default="in".
Point size for plotted text in plots printed to files (see help("png") in R for details). Default=12.
Resolution of plots printed to files. Default=300.
Character expansion for plot titles.
Methot, R.D. and Taylor, I.G., 2011. Adjusting for bias due to variability of estimated recruitments in fishery assessment models. Can. J. Fish. Aquat. Sci., 68:1744-1760.