summary.nodesplit.network.result: Summarize result run by 'nodesplit.network.run'

View source: R/nodesplit.network.R

summary.nodesplit.network.resultR Documentation

Summarize result run by nodesplit.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 'nodesplit.network.result'
summary(object, ...)

Arguments

object

Result object created by nodesplit.network.run function

...

Additional arguments affecting the summary produced

Value

Returns summary of the nodesplit network model result

Examples

###Parkinsons data example
network <- with(parkinsons, {
 nodesplit.network.data(Outcomes, Study, Treat, SE = SE, response = "normal", 
 Treat.order = Treat.order, pair = c("Placebo", "Ropinirole"))
})

result <- nodesplit.network.run(network)
summary(result)


bnma documentation built on Aug. 15, 2023, 5:08 p.m.