Description Usage Arguments Examples
This makes a deviance plot which plots residual deviance (dev_arm) vs. all the arms for each study.
1 | network.deviance.plot(result)
|
result |
Object created by |
1 2 3 4 5 | network <- with(blocker, {
network.data(Outcomes, Study, Treat, N = N, response = "binomial")
})
result <- network.run(network)
network.deviance.plot(result)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.