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

Description Usage Arguments Examples

Description

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

Usage

1
2
## S3 method for class 'ume.network.result'
plot(x, ...)

Arguments

x

Result object created by ume.network.run function

Examples

1
2
3
4
5
network <- with(smoking, {
 ume.network.data(Outcomes, Study, Treat, N = N, response = "binomial", type = "random")
})
result <- ume.network.run(network, only.pars = "sd")
plot(result)

MikeJSeo/network-meta documentation built on May 3, 2019, 4:31 p.m.