Description Usage Arguments Examples
This makes a contrasrt network deviance plot which plots residual deviance (resdev_study) vs. all study.
1 | contrast.network.deviance.plot(result)
|
result |
Object created by |
1 2 3 4 5 | 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.