View source: R/select.explore.R
plot.summary.select.explore | R Documentation |
summary.select.explore
ObjectsVisualize the posterior hypothesis probabilities.
## S3 method for class 'summary.select.explore'
plot(x, size = 2, color = "black", ...)
x |
An object of class |
size |
Numeric. The size for the points (defaults to 2). |
color |
Character string. The Color for the points |
... |
Currently ignored |
A ggplot
object
# data
Y <- bfi[,1:10]
# fit model
fit <- explore(Y, iter = 250,
progress = FALSE)
# edge set
E <- select(fit,
alternative = "exhaustive")
plot(summary(E))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.