| summary.badp_best_models | R Documentation |
Summarize a Best-Models Selection
## S3 method for class 'badp_best_models'
summary(object, robust = FALSE, ...)
object |
An object of class |
robust |
Logical. If |
... |
Additional arguments (currently unused). |
An object of class summary.badp_best_models holding the
inclusion table, the table of formatted estimates, the posterior model
probabilities and the regressors entering each model.
best_models, print.badp_best_models
data(small_model_space)
best <- best_models(bma(small_model_space), best = 3)
summary(best)
summary(best, robust = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.