View source: R/select.explore.R
summary.select.explore | R Documentation |
select.explore
ObjectsSummary Method for select.explore
Objects
## S3 method for class 'select.explore'
summary(object, col_names = TRUE, ...)
object |
object of class |
col_names |
Logical. |
... |
Currently ignored. |
a data frame including the posterior mean, standard deviation, and posterior hypothesis probabilities for each relation.
# data
Y <- bfi[,1:10]
# fit model
fit <- explore(Y, iter = 250,
progress = FALSE)
# edge set
E <- select(fit,
alternative = "exhaustive")
summary(E)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.