Learn R Programming

clmstan (version 0.1.1)

get_default_threshold_prior: Get default priors for threshold parameters

Description

Get default priors for threshold parameters

Usage

get_default_threshold_prior(threshold)

Value

A list with default prior specifications

Arguments

threshold

A character string specifying the threshold structure

Details

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)