Description Usage Arguments Examples
This function uses plotting function in coda package to plot mcmc.list object
1 2 |
x |
Result object created by |
... |
Additional arguments affecting the plot produced |
1 2 3 4 5 6 | network <- with(statins, {
network.data(Outcomes, Study, Treat, N = N, response = "binomial",
Treat.order = c("Placebo", "Statin"), covariate = covariate, covariate.type = "discrete")
})
result <- network.run(network)
plot(result, only.pars = "sd")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.