summary_gibbs | R Documentation |
For abms objects, it returns the posterior mean, standard deviation, and 95% centered credible interval for each parameter. Additionally, it provides all explored models alongside the conditional Bayes factors and marginal Bayes factors estimator between the most probable model and the others that have arisen.
summary_gibbs(fit, BF = FALSE)
fit |
An abms object. Such object is obtained by fitting a regression model with the |
BF |
A logical object. if |
A summary of the inference performed by the Bayesian model obtained by the gibbs_abms()
function. The variables are:
Mean_IC |
A table with the posterior mean, standard deviation, and 95% centered credible interval for each parameter |
Explored_Models |
A table with all explored models. If |
## See \code{gibbs_abms()} help page function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.