print.badp_bma: Print Bayesian Model Averaging Results

View source: R/s3_methods_bma.R

print.badp_bmaR Documentation

Print Bayesian Model Averaging Results

Description

Print method for objects of class badp_bma.

Usage

## S3 method for class 'badp_bma'
print(x, ...)

Arguments

x

An object of class badp_bma, typically the result of bma.

...

Additional arguments (currently unused).

Details

This method is a thin wrapper that delegates to summary.badp_bma and then prints the resulting summary, so print(x) and print(summary(x)) produce identical output. The output displays BMA statistics for both the binomial and binomial-beta priors to allow direct comparison.

Value

Invisibly returns the input object x.

See Also

bma, summary.badp_bma, coef.badp_bma

Examples


data(full_model_space)
results <- bma(full_model_space)
print(results)



badp documentation built on Aug. 20, 2026, 9:08 a.m.