| get_default_threshold_prior | R Documentation |
Get default priors for threshold parameters
get_default_threshold_prior(threshold)
threshold |
A character string specifying the threshold structure |
Default priors:
flexible: c ~ normal(0, prior_c_sd)
equidistant: c1 ~ normal(0, 10), d ~ gamma(2, 0.5)
symmetric: c_pos ~ normal(0, 5) (truncated to positive)
A list with default prior specifications
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.