contrast.network.leverage.plot {bnma}R Documentation

Make a leverage plot

Description

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

Usage

contrast.network.leverage.plot(result)

Arguments

result

Object created by contrast.network.run function

Value

None

Examples

network <- with(parkinsons_contrast, {
contrast.network.data(Outcomes, Treat, SE, na, V)
})

result <- contrast.network.run(network)
contrast.network.leverage.plot(result)


[Package bnma version 1.6.0 Index]