
Get priors
get_priors.RdDon't include priors for recruitment deviates (par_rdev_y) or selectivity
(e.g., par_log_sel_1) here because they are dealt with in the get_recruitment_prior()
and get_selectivity_prior() functions.
Arguments
- parameters
A
listspecifying the parameters to be passed toMakeADFun. Can be generated using theget_parameters()function.- data
A
listof data inputs (optional). Used to retrieve prior center values for growth/variability parameters (e.g.,data$prior_log_L1_mean).