summary.bas: Summaries of Bayesian Model Averaging objects from BAS
Description
summary and print methods for Bayesian model
averaging objects created by bas Bayesian Adaptive Sampling
Usage
# S3 method for bas
summary(object, n.models = 5, ...)
# S3 method for bas
print(x, digits = max(3, getOption("digits") - 3), ...)
Arguments
object
object of class 'bas'
x
object of class 'bas'
n.models
optional number specifying the number of best models to display in summary
digits
optional number specifying the number of digits to display
...
other parameters to be passed to print.default
Details
The print methods display a view similar to print.lm .
The summary methods display a view specific to Bayesian model averaging
giving the top 5 highest probability models represented by their inclusion indicators. Summaries of the models include the Bayes Facotr (BF) of each model to the model with the largest marginal likelihood, the posterior probabilty of the models, R2, dim (which includes the intercept) and the log of the marginal likelihood.