Description Usage Arguments See Also Examples
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
.
1 | rank.tx(result)
|
result |
Object created by |
1 2 3 4 5 | network <- with(blocker, {
network.data(Outcomes, Study, Treat, N = N, response = "binomial")
})
result <- network.run(network)
rank.tx(result)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.