rank.tx {bnma} | R Documentation |
Create a treatment rank table
Description
This function makes a table of ranking for each treament. Each number in the cell represents a probability certain treatment was in such rank.
This table is also stored as an output from network.run
.
Usage
rank.tx(result)
Arguments
result |
Object created by |
Value
Returns a table of ranking
See Also
Examples
network <- with(blocker, {
network.data(Outcomes, Study, Treat, N = N, response = "binomial")
})
result <- network.run(network)
rank.tx(result)
[Package bnma version 1.6.0 Index]