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

View source: R/contrast.network.R

contrast.network.leverage.plotR 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)


bnma documentation built on Aug. 15, 2023, 5:08 p.m.