Extract labelled parameter summaries from a fitted bvarnet model
Source:R/extract_param.R
extract_param.RdReturns a single flat data frame with posterior summaries (mean, median, 5th/95th percentiles) and convergence diagnostics (Rhat, ESS) for all model parameters.
Arguments
- object
A
bvarnetobject returned bybvar().- bayes_factor
Logical; if
TRUE, appendBF01andBF10columns computed via the Savage-Dickey density ratio for beta and phi parameters. DefaultFALSE.- null_value
Numeric scalar; the null hypothesis value for Bayes factor computation (default 0). Only used when
bayes_factor = TRUE.- type
Character vector or
NULL(default). If supplied, only rows matching the given type(s) are returned. Valid values are:"Intercept","Fixed Effect","Autoregressive","Cross-lagged","Random Effect SD","Residual SD","Threshold".