rank.tx: Create a treatment rank table

Description Usage Arguments See Also Examples

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

1
rank.tx(result)

Arguments

result

Object created by network.run function

See Also

network.rank.tx.plot

Examples

1
2
3
4
5
network <- with(blocker, {
 network.data(Outcomes, Study, Treat, N = N, response = "binomial")
})
result <- network.run(network)
rank.tx(result)

MikeJSeo/network-meta documentation built on May 3, 2019, 4:31 p.m.