Get stan summaries.
.get_stan_summary(model_fit, params, CrI, weights = NULL, sampling_algorithm)
Stan summary for parameters. Columns: mean, sd, mdn, and CrIs.
stanfit object or list of stanfit objects.
Character vector. Names of params to pull from stan summary.
Numeric vector (length 2).
Numeric vector. Weights for each model in model_fit, if list.
Character vector for sampling method.
Stephen R. Martin, Philippe Rast