Learn R Programming

clmstan (version 0.1.1)

summary.clmstan: Summary method for clmstan objects

Description

Summary method for clmstan objects

Usage

# S3 method for clmstan
summary(object, probs = c(0.025, 0.5, 0.975), digits = 3, ...)

Value

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)

Arguments

object

A clmstan object

probs

Quantile probabilities for credible intervals

digits

Number of significant digits for display

...

Additional arguments (ignored)