| plot.ume.network.result | R Documentation | 
This function uses plotting function in coda package to plot mcmc.list object
## S3 method for class 'ume.network.result'
plot(x, ...)
| x | Result object created by  | 
| ... | Additional arguments affecting the plot produced | 
None
network <- with(smoking, {
 ume.network.data(Outcomes, Study, Treat, N = N, response = "binomial", type = "random")
})
result <- ume.network.run(network)
plot(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.