plot.contrast.network.result {bnma}R Documentation

Plot traceplot and posterior density of the result using contrast data

Description

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

Usage

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

Arguments

x

Result object created by contrast.network.run function

...

Additional arguments affecting the plot produced

Value

None

Examples

network <- with(parkinsons_contrast, {
 contrast.network.data(Outcomes, Treat, SE, na, V)
})

result <- contrast.network.run(network)
plot(result)


[Package bnma version 1.6.0 Index]