powered by
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.
network.run
rank.tx(result)
Returns a table of ranking
Object created by network.run function
network.rank.tx.plot
network <- with(blocker, { network.data(Outcomes, Study, Treat, N = N, response = "binomial") }) # \donttest{ result <- network.run(network) rank.tx(result) # }
Run the code above in your browser using DataLab