print.summary.badp_best_models: Print the Summary of a Best-Models Selection

print.summary.badp_best_modelsR Documentation

Print the Summary of a Best-Models Selection

Description

Print the Summary of a Best-Models Selection

Usage

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

Arguments

x

An object of class summary.badp_best_models.

...

Additional arguments (currently unused).

Value

Invisibly returns x.

See Also

summary.badp_best_models

Examples

data(small_model_space)
best <- best_models(bma(small_model_space), best = 3)

print(summary(best))


badp documentation built on Sept. 15, 2026, 1:08 a.m.