summary_gibbs: Summary function for abms objects

View source: R/abms.R

summary_gibbsR Documentation

Summary function for abms objects

Description

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.

Usage

summary_gibbs(fit, BF = FALSE)

Arguments

fit

An abms object. Such object is obtained by fitting a regression model with the gibbs_abms() function.

BF

A logical object. if TRUE, then the Bayes factor comparison is shown.BF=FALSE by default.

Value

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 BF=TRUE, the conditional Bayes factors and marginal Bayes factors estimator between the most probable model and the others that have arisen are displayed.

Examples

## See \code{gibbs_abms()} help page function

abms documentation built on April 12, 2025, 1:31 a.m.

Related to summary_gibbs in abms...