summary.select.explore: Summary Method for 'select.explore' Objects

Description Usage Arguments Value Examples

View source: R/select.explore.R

Description

Summary Method for select.explore Objects

Usage

1
2
## S3 method for class 'select.explore'
summary(object, col_names = TRUE, ...)

Arguments

object

object of class select.explore.

col_names

Logical.

...

Currently ignored.

Value

a data frame including the posterior mean, standard deviation, and posterior hypothesis probabilities for each relation.

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")

summary(E)

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