summary.badp_model: Summarize a Single Model

summary.badp_modelR Documentation

Summarize a Single Model

Description

Summarize a Single Model

Usage

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

Arguments

object

An object of class badp_model.

...

Additional arguments (currently unused).

Value

An object of class summary.badp_model holding the rank, the posterior model probability, the included regressors and the full coefficient matrix.

See Also

best_models, print.badp_model

Examples

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

summary(best[[1]])


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