Skip to contents

Posterior summary table for a fit

Usage

chlaa_posterior_summary(
  fit,
  burnin = 0.5,
  thin = 1,
  probs = c(0.025, 0.5, 0.975)
)

Arguments

fit

A `chlaa_fit` object.

burnin

Burn-in proportion (0-1) or integer iterations.

thin

Thinning interval.

probs

Quantiles to compute.

Value

A data.frame with columns: parameter, mean, sd, and quantiles.