Merges user-specified priors with default values and updates the Stan data list.
apply_priors_to_stan_data(stan_data, prior, threshold, full = FALSE)Updated stan_data list with prior values
A list of Stan data prepared by prepare_stan_data_*()
A clm_prior object or NULL
The threshold structure ("flexible", "equidistant", "symmetric")
Whether this is a full model (with link parameter estimation)