powered by
explore.default
Summarize the posterior distribution for each partial correlation with the posterior mean and standard deviation.
# S3 method for explore summary(object, col_names = TRUE, ...)
A dataframe containing the summarized posterior distributions.
An object of class estimate
estimate
Logical. Should the summary include the column names (default is TRUE)? Setting to FALSE includes the column numbers (e.g., 1--2).
TRUE
FALSE
1--2
Currently ignored
select.explore
# \donttest{ # note: iter = 250 for demonstrative purposes Y <- ptsd[,1:5] fit <- explore(Y, iter = 250, progress = FALSE) summ <- summary(fit) summ # }
Run the code above in your browser using DataLab