Visualize the posterior distributions for each partial correlation.
# S3 method for summary.estimate plot(x, color = "black", size = 2, width = 0, ...)
x | An object of class |
---|---|
color | Character string. The color for the error bars.
(defaults to |
size | Numeric. The size for the points (defaults to |
width | Numeric. The width of error bar ends (defaults to |
... | Currently ignored |
A ggplot
object.
# \donttest{ # data Y <- ptsd[,1:5] fit <- estimate(Y, iter = 250, progress = FALSE) plot(summary(fit))# }