Description Usage Arguments Examples
This function uses plotting function in coda package to plot mcmc.list object
1 2 | ## S3 method for class 'contrast.network.result'
plot(x)
|
x |
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)
plot(result)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.