run_multiple_bt_spas_x.Rd
Call BT-SPAS-X model on all site/run years
run_multiple_bt_spas_x(
bt_spas_x_bayes_params,
bt_spas_x_input_data,
effort_adjust,
mainstem_version,
bugs_directory,
debug_mode
)
data frame containing the same variables as
?SRJPEdata::weekly_juvenile_abundance_model_data
whether or not you want to use catch adjusted by effort
whether or not this is run on mainstem tributaries
where the WinBUGS.exe
file can be found. Needs to end in /WinBUGS
whether you want to run bugs
in debug mode.
a list containing number_mcmc
, number_burnin
, number_thin
,
and number_chains
. Can use SRJPEmodel::bt_spas_x_bayes_params
.
a list containing the results for every unique site
and run year
combination
in the input data.
This calls run_single_bt_spas_x()
on all site and run year combinations
present in the input data.