Learn R Programming

bnma (version 1.6.0)

contrast.network.leverage.plot: Make a leverage plot

Description

This function makes a leverage vs. square root of residual deviance plot

Usage

contrast.network.leverage.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.leverage.plot(result)
# }

Run the code above in your browser using DataLab