summary.explore {BGGM} | R Documentation |
Summary Method for explore.default
Objects
Description
Summarize the posterior distribution for each partial correlation with the posterior mean and standard deviation.
Usage
## S3 method for class 'explore'
summary(object, col_names = TRUE, ...)
Arguments
object |
An object of class |
col_names |
Logical. Should the summary include the column names (default is |
... |
Currently ignored |
Value
A dataframe containing the summarized posterior distributions.
See Also
Examples
# note: iter = 250 for demonstrative purposes
Y <- ptsd[,1:5]
fit <- explore(Y, iter = 250,
progress = FALSE)
summ <- summary(fit)
summ
[Package BGGM version 2.1.3 Index]