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, n = 10, ...)

Arguments

x

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

n

Maximum number of regressors to list: a single non-negative number, or Inf for all of them. Defaults to 10.

...

Additional arguments (currently unused).

Details

print gives a compact overview: the size of the model space, the prior and weighting settings, and the regressors ordered by posterior inclusion probability. Use summary.badp_bma for the full BMA statistics under both model priors, and coef.badp_bma to extract posterior means and standard deviations.

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 Sept. 15, 2026, 1:08 a.m.