Learn R Programming

bnma (version 1.6.0)

rank.tx: 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)

Value

Returns a table of ranking

Arguments

result

Object created by network.run function

See Also

network.rank.tx.plot

Examples

Run this code
network <- with(blocker, {
 network.data(Outcomes, Study, Treat, N = N, response = "binomial")
})
# \donttest{
result <- network.run(network)
rank.tx(result)
# }

Run the code above in your browser using DataLab