| print.summary.badp_model | R Documentation |
Print the Summary of a Single Model
## S3 method for class 'summary.badp_model'
print(x, ...)
x |
An object of class |
... |
Additional arguments (currently unused). |
Invisibly returns x.
summary.badp_model
data(small_model_space)
best <- best_models(bma(small_model_space), best = 3)
print(summary(best[[1]]))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.