print.brma_samples: Print brma_samples Object

View source: R/brma_samples.R

print.brma_samplesR Documentation

Print brma_samples Object

Description

Prints a summary table of posterior samples using BayesTools::ensemble_estimates_table. Returns the samples invisibly for method chaining.

Usage

## S3 method for class 'brma_samples'
print(x, probs = NULL, ...)

Arguments

x

a brma_samples object

probs

quantiles for credible intervals. If NULL, uses the default stored in the object (typically c(.025, .975))

...

additional arguments passed to BayesTools::ensemble_estimates_table

Value

Returns x invisibly.


RoBMA documentation built on May 7, 2026, 5:08 p.m.