powered by
Plot bbcor point estimates and intervals
# S3 method for bbcor plot(x, ci = 0.9, point_col = "red", bar_col = "black", ...)
An object of class bbcor
bbcor
Width of credible interval. Defaults to 0.9.
Color for point indicating mean of posterior
Color of bar for credible interval
Currently ignored
An object of class ggplot
ggplot
# NOT RUN { Y <- mtcars[, 1:5] bb <- bbcor(Y) plot(bb) # }
Run the code above in your browser using DataLab