powered by
This makes a deviance plot which plots residual deviance (dev_arm) vs. all the arms for each study.
network.deviance.plot(result)
None
Object created by network.run function
network.run
network <- with(blocker, { network.data(Outcomes, Study, Treat, N = N, response = "binomial") }) # \donttest{ result <- network.run(network) network.deviance.plot(result) # }
Run the code above in your browser using DataLab