rank.tx: Create a treatment rank table

View source: R/network.summary.R

rank.txR 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 network.run function

Value

Returns a table of ranking

See Also

network.rank.tx.plot

Examples

network <- with(blocker, {
 network.data(Outcomes, Study, Treat, N = N, response = "binomial")
})

result <- network.run(network)
rank.tx(result)


MikeJSeo/bnma documentation built on Feb. 16, 2024, 3:10 p.m.