network.leverage.plot {bnma} | R Documentation |
This function makes a leverage vs. square root of residual deviance plot (mean for each study)
network.leverage.plot(result, per.study = FALSE)
result |
Object created by |
per.study |
Indicator for using an average square root of residual deviance for each study instead of for each arm. Default is FALSE. |
None
network <- with(blocker, {
network.data(Outcomes, Study, Treat, N = N, response = "binomial")
})
result <- network.run(network)
network.leverage.plot(result)