plot.summary.explore {BGGM} | R Documentation |
Plot summary.explore
Objects
Description
Visualize the posterior distributions for each partial correlation.
Usage
## S3 method for class 'summary.explore'
plot(x, color = "black", size = 2, width = 0, ...)
Arguments
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 |
Value
A ggplot
object
See Also
Examples
# note: iter = 250 for demonstrative purposes
Y <- ptsd[,1:5]
fit <- explore(Y, iter = 250,
progress = FALSE)
plt <- plot(summary(fit))
plt
[Package BGGM version 2.1.3 Index]