Learn R Programming

BGGM (version 2.1.5)

plot.summary.select.explore: Plot summary.select.explore Objects

Description

Visualize the posterior hypothesis probabilities.

Usage

# S3 method for summary.select.explore
plot(x, size = 2, color = "black", ...)

Value

A ggplot object

Arguments

x

An object of class summary.select.explore

size

Numeric. The size for the points (defaults to 2).

color

Character string. The Color for the points

...

Currently ignored

Examples

Run this code
# \donttest{
#  data
Y <- bfi[,1:10]

# fit model
fit <- explore(Y, iter = 250,
               progress = FALSE)

# edge set
E <- select(fit,
            alternative = "exhaustive")

plot(summary(E))

# }

Run the code above in your browser using DataLab