Summary method for clmstan objects
# S3 method for clmstan
summary(object, probs = c(0.025, 0.5, 0.975), digits = 3, ...)An object of class "summary.clmstan" containing:
coefficients: Posterior summary for regression coefficients
thresholds: Posterior summary for threshold parameters
beta0: Posterior summary for intercept
link_params: Posterior summary for link parameters (full model only)
model_info: Model metadata (formula, link, threshold, K, N, P)
A clmstan object
Quantile probabilities for credible intervals
Number of significant digits for display
Additional arguments (ignored)