View source: R/bayes_compare.R
| summary.net_bayes_group | R Documentation |
Summary method for net_bayes_group
## S3 method for class 'net_bayes_group'
summary(object, ...)
object |
A |
... |
Additional arguments (ignored). |
A combined data frame with a comparison column.
s <- data.frame(V1 = c("A","B","A","C"), V2 = c("B","C","B","A"),
grp = c("X","X","Y","Y"))
nets <- build_network(s, method = "relative", group = "grp")
summary(bayes_compare(nets, draws = 200, seed = 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.