Learn R Programming

bnma (version 1.6.0)

plot.network.result: Plot traceplot and posterior density of the result

Description

This function uses plotting function in coda package to plot mcmc.list object

Usage

# S3 method for network.result
plot(x, ...)

Value

None

Arguments

x

Result object created by network.run function

...

Additional arguments affecting the plot produced

Examples

Run this code
network <- with(statins, {
 network.data(Outcomes, Study, Treat, N = N, response = "binomial",
 Treat.order = c("Placebo", "Statin"), covariate = covariate, covariate.type = "discrete")
})
# \donttest{
result <- network.run(network)
plot(result, only.pars = "sd")
# }

Run the code above in your browser using DataLab