Learn R Programming

bnma (version 1.6.0)

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

Description

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

Usage

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

Value

None

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

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

Run the code above in your browser using DataLab