powered by
This plot displays how each treatment is ranked. For each rank, we show how likely each treatment will be at that rank.
network.rank.tx.plot( result, txnames = NULL, catnames = NULL, legend.position = c(1, 1) )
None
Object created by network.run function
network.run
Treatment names used in creating legend
Category names. Only used in multinomial.
x,y position of the legend
rank.tx
network <-with(blocker, { network.data(Outcomes, Study, Treat, N = N, response = "binomial") }) # \donttest{ result <- network.run(network) network.rank.tx.plot(result, txnames = c("a", "b")) # }
Run the code above in your browser using DataLab