- formula
A formula specifying the model (response ~ predictors)
- data
A data frame containing the variables in the formula
- link
Link function. One of "logit" (default), "probit", "cloglog",
"loglog", "cauchit", "tlink", "gev", "aep", "sp", "aranda_ordaz", "log_gamma"
- base
Base distribution for SP link. One of "logit" (default),
"probit", "cloglog", "loglog", "cauchit", "tlink". Ignored for other link functions.
- threshold
Threshold structure. One of "flexible" (default),
"equidistant", "symmetric"
- link_param
A list of link parameters. For flexible links, values can be:
Numeric: Use as fixed value (e.g., list(df = 8))
"estimate": Estimate the parameter with Bayesian inference
- prior
Prior specification. Can be either:
A clm_prior object created by clm_prior()
A distribution-based prior using prior() with distribution functions
(normal(), gamma(), student_t(), cauchy())
- chains
Number of MCMC chains (default: 4)
- iter
Total iterations per chain (default: 2000)
- warmup
Warmup iterations per chain. If NULL (default), uses floor(iter/2)
- ...
Additional arguments passed to cmdstanr::sample()