plot.bbcor: Plot bbcor point estimates and intervals

Description Usage Arguments Value Examples

View source: R/methods.R

Description

Plot bbcor point estimates and intervals

Usage

1
2
## S3 method for class 'bbcor'
plot(x, ci = 0.9, point_col = "red", bar_col = "black", ...)

Arguments

x

An object of class bbcor

ci

Width of credible interval. Defaults to 0.9.

point_col

Color for point indicating mean of posterior

bar_col

Color of bar for credible interval

...

Currently ignored

Value

An object of class ggplot

Examples

1
2
3
Y <- BGGM::ptsd
bb <- bbcor(Y)
plot(bb)

donaldRwilliams/BBcor documentation built on June 20, 2021, 2:02 p.m.