network.gelman.plot: Use coda package to plot Gelman-Rubin diagnostic plot

Description Usage Arguments Examples

Description

This function plots Gelman-Rubin diagnostic using coda package.

Usage

1
network.gelman.plot(result, extra.pars = NULL, only.pars = NULL)

Arguments

result

Object created by network.run function

extra.pars

Extra parameters that the user wants to plot other than the default parameters.

only.pars

Parameters that user wants to display. This gets rids of other default parameters user doesn't want to show.

Examples

1
2
3
4
5
6
#blocker
network <- with(blocker,{
 network.data(Outcomes, Study, Treat, N = N, response = "binomial")
})
result <- network.run(network)
network.gelman.plot(result, only.pars = "d")

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