View source: R/network.summary.R
| network.cumrank.tx.plot | R Documentation | 
This function creates a treatment cumulative rank plot. Rank preference can be specified by the rank.preference parameter in network.data
network.cumrank.tx.plot(
  result,
  txnames = NULL,
  catnames = NULL,
  legend.position = c(1, 1)
)
result | 
 Object created by   | 
txnames | 
 Treatment names used in creating legend  | 
catnames | 
 Category names. Only used in multinomial.  | 
legend.position | 
 x, y position of the legend  | 
None
rank.tx
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"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.