View source: R/contrast.network.R
contrast.network.deviance.plot | R Documentation |
This makes a contrasrt network deviance plot which plots residual deviance (resdev_study) vs. all study.
contrast.network.deviance.plot(result)
result |
Object created by |
None
network <- with(parkinsons_contrast, {
contrast.network.data(Outcomes, Treat, SE, na, V)
})
result <- contrast.network.run(network)
contrast.network.deviance.plot(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.