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

Description Usage Arguments Value Examples

View source: R/select.explore.R

Description

Visualize the posterior hypothesis probabilities.

Usage

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

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

Value

A ggplot object

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
#  data
Y <- bfi[,1:10]

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

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

plot(summary(E))

BGGM documentation built on Aug. 20, 2021, 5:08 p.m.