Learn R Programming

bnma (version 1.6.0)

network.deviance.plot: Make a deviance plot

Description

This makes a deviance plot which plots residual deviance (dev_arm) vs. all the arms for each study.

Usage

network.deviance.plot(result)

Value

None

Arguments

result

Object created by network.run function

Examples

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

Run the code above in your browser using DataLab