
Summary Method for JuliaBUGS Sampler Output
summary.rjuliabugs.Rd
Provides a summary of the results from a JuliaBUGS sampler object, including MCMC settings, summary statistics, and optionally quantiles.
Usage
# S3 method for class 'rjuliabugs'
summary(object, ...)
Arguments
- object
An object of class
rjuliabugs
containing a reference to a Julia MCMC sampler.- ...
Additional optional arguments. Supported options:
digits
: Integer. Number of significant digits to display. Default: 4.n_display
: Integer. Number of rows of summary statistics to show. Default: 10.get_summary
: Logical. IfTRUE
, returns summary statistics in the output list. Default:FALSE
.get_quantiles
: Logical. IfTRUE
, returns quantiles in the output list. Default:FALSE
.julia_summary_only
: Logical. IfTRUE
, displays the Julia summary directly and returnsNULL
invisibly. Default:FALSE
.