print.badp_bma_coef: Print Coefficient Tables from Bayesian Model Averaging

View source: R/s3_methods_bma.R

print.badp_bma_coefR Documentation

Print Coefficient Tables from Bayesian Model Averaging

Description

Print method for objects of class badp_bma_coef produced by coef.badp_bma when prior = "both".

Usage

## S3 method for class 'badp_bma_coef'
print(x, digits = 4, ...)

Arguments

x

An object of class badp_bma_coef.

digits

Integer. Number of significant digits used when printing numeric columns. Defaults to 4.

...

Additional arguments passed to print.data.frame.

Details

When the result contains only point estimates (se = FALSE, PIP = FALSE), the two priors are printed side by side. Otherwise the output is split into two stacked panels - one per prior - each with the requested combination of estimate, std.error and PIP columns. The header reflects whether the estimates are unconditional or conditional on inclusion, and whether standard errors are robust.

Value

Invisibly returns the input object x.

See Also

coef.badp_bma


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