powered by
This function uses plotting function in coda package to plot mcmc.list object
# S3 method for contrast.network.result plot(x, ...)
None
Result object created by contrast.network.run function
contrast.network.run
Additional arguments affecting the plot produced
network <- with(parkinsons_contrast, { contrast.network.data(Outcomes, Treat, SE, na, V) }) # \donttest{ result <- contrast.network.run(network) plot(result) # }
Run the code above in your browser using DataLab