fw_jabba | R Documentation |
fw_jabba() External forward projections in JABBA
fw_jabba(
jabba,
nyears = 10,
imp.yr = NULL,
quant = c("Catch", "F")[2],
type = c("ratio", "msy", "abs")[2],
initial = NULL,
imp.values = seq(0.8, 1.2, 0.1),
nsq = 3,
stochastic = c(TRUE, FALSE)[1],
AR1 = c(TRUE, FALSE)[2],
ndevs = 1,
sigma.proc = NULL,
rho = NULL,
run = NULL,
thin = 1
)
jabba |
objects from fit_jabba() or list of fit_jabba() objects |
quant |
quantity to forecast c("Catch","F")
|
type |
choose the type of values provided c("ratio","msy","abs")[1]
|
initial |
value or vector Catch or F values, default takes mean over recent 3 yrs |
imp.values |
vector Catch or F scenarios provide as absolute or ratios |
stochastic |
if FALSE, process error sigma.proc is set to zero |
AR1 |
if TRUE, projection account auto correlation in the process devs |
ndevs |
number years on the tail to set initial proc.error for forecasting |
sigma.proc |
option to specify the process error other than the posterior estimate |
rho |
if AR1 = TRUE, the autocorrelation coefficient is estimated from the proc devs |
run |
option to assign a scenario name other than specified in build_jabba() |
thin |
option to thin the posterior at rates > 1 |
data.frame of kobe posterior model + forecast scenarios
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.