View source: R/network.summary.R
| network.leverage.plot | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.