Description Usage Arguments Value Examples
View source: R/contrast.network.R
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 |
Returns summary of the contrast network model result
1 2 3 4 5 6 | 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.