print.badp_best_models: Print Best Models Tables

View source: R/best_models.R

print.badp_best_modelsR Documentation

Print Best Models Tables

Description

Print method for objects of class badp_best_models returned by best_models. Draws the table chosen by the estimate and robust arguments of the original best_models call to the active graphics device.

Usage

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

Arguments

x

An object of class badp_best_models.

...

Additional arguments (currently unused).

Details

Because R only auto-prints expressions evaluated at the top level, calling best_models(bma_list) without assignment triggers this method (and hence the table is drawn), while best <- best_models(bma_list) stays silent.

Value

Invisibly returns the input object x.

See Also

best_models


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