Learn R Programming

bnma (version 1.6.0)

network.leverage.plot: Make a leverage plot

Description

This function makes a leverage vs. square root of residual deviance plot (mean for each study)

Usage

network.leverage.plot(result, per.study = FALSE)

Value

None

Arguments

result

Object created by network.run function

per.study

Indicator for using an average square root of residual deviance for each study instead of for each arm. Default is FALSE.

Examples

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

Run the code above in your browser using DataLab