R/posterior.R
chlaa_fit_draws.Rd
Supports common structures including monty output where `fit$pars` is a 3D array: (parameter, sample, chain).
chlaa_fit_draws(fit)
Fit object returned by `chlaa_fit_pmcmc()` (or compatible).
A numeric matrix with column names (iterations x parameters).
If column names are missing, it will try to use `attr(fit, "packer")$names`.