network.cumrank.tx.plot: Create a treatment cumulative rank plot

Description Usage Arguments See Also Examples

Description

This function creates a treatment cumulative rank plot. Rank preference can be specified by the rank.preference parameter in network.data

Usage

1
2
network.cumrank.tx.plot(result, txnames = NULL, catnames = NULL,
  legend.position = c(1, 1))

Arguments

result

Object created by network.run function

txnames

Treatment names used in creating legend

catnames

Category names. Only used in multinomial.

legend.position

x, y position of the legend

See Also

rank.tx

Examples

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

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