powered by
summary.explore
Visualize the posterior distributions for each partial correlation.
# S3 method for summary.explore plot(x, color = "black", size = 2, width = 0, ...)
A ggplot object
ggplot
An object of class summary.explore
Character string. The color for the error bars. (defaults to "black").
"black"
Numeric. The size for the points (defaults to 2).
2
Numeric. The width of error bar ends (defaults to 0 ).
0
Currently ignored
explore
# \donttest{ # note: iter = 250 for demonstrative purposes Y <- ptsd[,1:5] fit <- explore(Y, iter = 250, progress = FALSE) plt <- plot(summary(fit)) plt # }
Run the code above in your browser using DataLab