Description Usage Arguments Examples
This function uses summary function in coda package to summarize mcmc.list object. Monte carlo error (Time-series SE) is also obtained using the coda package and is printed in the summary as a default.
1 2 |
object |
Result object created by |
... |
Additional arguments affecting the summary produced |
1 2 3 4 5 | network <- with(parkinsons_contrast, {
contrast.network.data(Outcomes, Treat, SE, na, V)
})
result <- contrast.network.run(network)
summary(result)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.