summary.select.explore function

Summary Method for select.explore Objects

Summary Method for select.explore Objects

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

Arguments

  • object: object of class select.explore.
  • col_names: Logical.
  • ...: Currently ignored.

Returns

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

Examples

# data Y <- bfi[,1:10] # fit model fit <- explore(Y, iter = 250, progress = FALSE) # edge set E <- select(fit, alternative = "exhaustive") summary(E)
  • Maintainer: Philippe Rast
  • License: GPL-2
  • Last published: 2024-12-22