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 6 | network <- with(statins, {
network.data(Outcomes, Study, Treat, N = N, response = "binomial",
Treat.order = c("Placebo", "Statin"), covariate = covariate, covariate.type = "discrete")
})
result <- network.run(network)
summary(result)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.