| print.badp_best_models | R Documentation |
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.
## S3 method for class 'badp_best_models'
print(x, ...)
x |
An object of class |
... |
Additional arguments (currently unused). |
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.
Invisibly returns the input object x.
best_models
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.