Learn R Programming

bnma (version 1.6.0)

network.autocorr.plot: 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)

Value

None

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

Run this code
network <- with(blocker, {
 network.data(Outcomes, Study, Treat, N = N, response = "binomial")
})
# \donttest{
result <- network.run(network)
network.autocorr.plot(result)
# }

Run the code above in your browser using DataLab