powered by
This function uses plotting function in coda package to plot mcmc.list object
# S3 method for ume.network.result plot(x, ...)
None
Result object created by ume.network.run function
ume.network.run
Additional arguments affecting the plot produced
network <- with(smoking, { ume.network.data(Outcomes, Study, Treat, N = N, response = "binomial", type = "random") }) # \donttest{ result <- ume.network.run(network) plot(result) # }
Run the code above in your browser using DataLab