View source: R/bayes_compare.R
| summary.net_bayes | R Documentation |
Summary method for net_bayes
## S3 method for class 'net_bayes'
summary(object, ...)
object |
A |
... |
Additional arguments (ignored). |
A data frame with edge-level posterior differences and intervals.
s1 <- data.frame(V1 = c("A","B","C"), V2 = c("B","C","A"))
s2 <- data.frame(V1 = c("A","C","B"), V2 = c("C","B","A"))
b <- bayes_compare(build_network(s1, method = "relative"),
build_network(s2, method = "relative"),
draws = 500, seed = 1)
summary(b)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.