Description Usage Arguments Value Examples
View source: R/nodesplit.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 nodesplit network model result
1 2 3 4 5 6 7 8 | ###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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.