Learn R Programming

bnma (version 1.6.0)

network.gelman.diag: Use coda package to find Gelman-Rubin diagnostics

Description

This function uses coda package to find Gelman-Rubin diagnostics.

Usage

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

Value

Returns gelman-rubin diagnostics

Arguments

result

Object created by network.run function

extra.pars

Extra parameters that the user wants to display 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(statins, {
 network.data(Outcomes, Study, Treat, N = N, response = "binomial",
 Treat.order = c("Placebo", "Statin"), covariate = covariate, covariate.type = "discrete")
})
# \donttest{
result <- network.run(network)
network.gelman.diag(result, extra.pars = c("Eta"))
# }

Run the code above in your browser using DataLab