| apply_priors_to_stan_data | R Documentation |
Merges user-specified priors with default values and updates the Stan data list.
apply_priors_to_stan_data(stan_data, prior, threshold, full = FALSE)
stan_data |
A list of Stan data prepared by prepare_stan_data_*() |
prior |
A clm_prior object or NULL |
threshold |
The threshold structure ("flexible", "equidistant", "symmetric") |
full |
Whether this is a full model (with link parameter estimation) |
Updated stan_data list with prior values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.