.get_stan_summary {bmgarch} | R Documentation |
Get stan summaries.
Description
Get stan summaries.
Usage
.get_stan_summary(model_fit, params, CrI, weights = NULL, sampling_algorithm)
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. |
Value
Stan summary for parameters. Columns: mean, sd, mdn, and CrIs.
Author(s)
Stephen R. Martin, Philippe Rast
[Package bmgarch version 2.0.0 Index]