| summary.badp_model | R Documentation |
Summarize a Single Model
## S3 method for class 'badp_model'
summary(object, ...)
object |
An object of class |
... |
Additional arguments (currently unused). |
An object of class summary.badp_model holding the rank, the
posterior model probability, the included regressors and the full
coefficient matrix.
best_models, print.badp_model
data(small_model_space)
best <- best_models(bma(small_model_space), best = 3)
summary(best[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.