View source: R/bayes_compare.R
| print.net_bayes | R Documentation |
Print method for net_bayes
## S3 method for class 'net_bayes'
print(x, ...)
x |
A |
... |
Additional arguments (ignored). |
The input object, invisibly.
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)
print(b)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.