Learn R Programming

BGGM (version 2.1.5)

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

Description

Summary Method for select.explore Objects

Usage

# S3 method for select.explore
summary(object, col_names = TRUE, ...)

Value

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

Arguments

object

object of class select.explore.

col_names

Logical.

...

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

summary(E)

# }

Run the code above in your browser using DataLab