summary.explore function

Summary Method for explore.default Objects

Summary Method for explore.default Objects

Summarize the posterior distribution for each partial correlation with the posterior mean and standard deviation.

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

Arguments

  • object: An object of class estimate
  • col_names: Logical. Should the summary include the column names (default is TRUE)? Setting to FALSE includes the column numbers (e.g., 1--2).
  • ...: Currently ignored

Returns

A dataframe containing the summarized posterior distributions.

Examples

# note: iter = 250 for demonstrative purposes Y <- ptsd[,1:5] fit <- explore(Y, iter = 250, progress = FALSE) summ <- summary(fit) summ

See Also

select.explore

  • Maintainer: Philippe Rast
  • License: GPL-2
  • Last published: 2024-12-22