| summary.clmstan | R Documentation |
Summary method for clmstan objects
## S3 method for class 'clmstan'
summary(object, probs = c(0.025, 0.5, 0.975), digits = 3, ...)
object |
A clmstan object |
probs |
Quantile probabilities for credible intervals |
digits |
Number of significant digits for display |
... |
Additional arguments (ignored) |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.