summary.ume.network.result {bnma} | R Documentation |
Summarize result run by ume.network.run
Description
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.
Usage
## S3 method for class 'ume.network.result'
summary(object, ...)
Arguments
object |
Result object created by |
... |
Additional arguments affecting the summary produced |
Value
Returns summary of the ume network model result
Examples
network <- with(smoking, {
ume.network.data(Outcomes, Study, Treat, N = N, response = "binomial", type = "random")
})
result <- ume.network.run(network)
summary(result)
[Package bnma version 1.6.0 Index]