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

Description Usage Arguments Value See Also Examples

View source: R/explore.default.R

Description

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

Usage

1
2
## 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

Value

A dataframe containing the summarized posterior distributions.

See Also

select.explore

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# note: iter = 250 for demonstrative purposes

Y <- ptsd[,1:5]

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

summ <- summary(fit)

summ

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