Function takes the the output of functions that return credible intervals from BAS objects, and creates a plot of the posterior mean with segments representing the credible interval.
Usage
# S3 plotting method for objects of class 'confint.bas'
# S3 method for confint.bas
plot(x, horizontal=FALSE, ...)
This function takes the HPD intervals or credible intervals created by confint.coef.bas or confint.pred.bas from BAS objects, and creates a plot of the posterior mean with segments representing the credible interval. BAS tries to return HPD intervals, and under model averaging these may not be symmetric.