Learn R Programming

bmgarch (version 2.0.0)

.get_stan_summary: Get stan summaries.

Description

Get stan summaries.

Usage

.get_stan_summary(model_fit, params, CrI, weights = NULL, sampling_algorithm)

Value

Stan summary for parameters. Columns: mean, sd, mdn, and CrIs.

Arguments

model_fit

stanfit object or list of stanfit objects.

params

Character vector. Names of params to pull from stan summary.

CrI

Numeric vector (length 2).

weights

Numeric vector. Weights for each model in model_fit, if list.

sampling_algorithm

Character vector for sampling method.

Author

Stephen R. Martin, Philippe Rast