powered by
estimate.default
Summarize the posterior distribution of each partial correlation with the posterior mean and standard deviation.
# S3 method for estimate summary(object, col_names = TRUE, cred = 0.95, ...)
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
Numeric. The credible interval width for summarizing the posterior distributions (defaults to 0.95; must be between 0 and 1).
Currently ignored.
A dataframe containing the summarized posterior distributions.
# NOT RUN { # data Y <- ptsd[,1:5] fit <- estimate(Y, iter = 250, progress = FALSE) summary(fit) # } # NOT RUN { # }
Run the code above in your browser using DataLab