Learn R Programming

bnma (version 1.6.0)

contrast.network.deviance.plot: Make a contrast network deviance plot

Description

This makes a contrasrt network deviance plot which plots residual deviance (resdev_study) vs. all study.

Usage

contrast.network.deviance.plot(result)

Value

None

Arguments

result

Object created by contrast.network.run function

Examples

Run this code
network <- with(parkinsons_contrast, {
contrast.network.data(Outcomes, Treat, SE, na, V)
})
# \donttest{
result <- contrast.network.run(network)
contrast.network.deviance.plot(result)
# }

Run the code above in your browser using DataLab