View source: R/jabba_hindcast.R
jabba_hindcast | R Documentation |
PLEASE USE hindcast_jabba() as the new wrapper
jabba_hindcast(
jbinput,
ni = 30000,
nt = 5,
nb = 5000,
nc = 2,
init.values = FALSE,
init.K = NULL,
init.r = NULL,
init.q = NULL,
peels = 0:5,
save.jabba = FALSE,
output.dir = getwd(),
save.hc = FALSE,
plotall = FALSE,
speedup = TRUE,
verbose = FALSE
)
jbinput |
List of input variables as output by build_jabba() MCMC settings |
ni |
number of iterations |
nt |
thinning interval of saved iterations |
nb |
burn-in |
nc |
number of mcmc chains Initial values |
init.values |
= FALSE, |
init.K |
= NULL, |
init.r |
= NULL, |
init.q |
= NULL,# vector |
peels |
sequence of retro spective peels default 0:5 |
save.jabba |
Save individual JABBA run outputs |
output.dir |
path to save plot. default is getwd() |
save.hc |
Save hindcast list output as .rdata |
plotall |
if TRUE makes jabba_plots() for each run |
speedup |
Reduces MCMC after setting runs 2+ inits to first "full" reference run |
verbose |
if FALSE run silent |
hc containing estimates of key joint results from all hindcast run
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.