print.summary.badp_model: Print the Summary of a Single Model

print.summary.badp_modelR Documentation

Print the Summary of a Single Model

Description

Print the Summary of a Single Model

Usage

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

Arguments

x

An object of class summary.badp_model.

...

Additional arguments (currently unused).

Value

Invisibly returns x.

See Also

summary.badp_model

Examples

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

print(summary(best[[1]]))


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