View source: R/bayes_compare.R
| print.net_bayes_group | R Documentation |
Print method for net_bayes_group
## S3 method for class 'net_bayes_group'
print(x, ...)
x |
A |
... |
Additional arguments (ignored). |
The input object, invisibly.
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")
print(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.