network.autocorr.plot {bnma}R Documentation

Generate autocorrelation plot using coda package

Description

This function plots autocorrelation using coda package.

Usage

network.autocorr.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

Value

None

Examples

network <- with(blocker, {
 network.data(Outcomes, Study, Treat, N = N, response = "binomial")
})

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


[Package bnma version 1.6.0 Index]