rank.tx {bnma} | R Documentation |
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
.
rank.tx(result)
result |
Object created by |
Returns a table of ranking
network <- with(blocker, {
network.data(Outcomes, Study, Treat, N = N, response = "binomial")
})
result <- network.run(network)
rank.tx(result)