Description Usage Arguments References See Also Examples
SUCRA is the surface under the cumulative ranking distribution defined in Salanti et al. (2011)
1 |
result |
Object created by |
txnames |
Treatment names used in creating legend |
catnames |
Category names. Only used in multinomial. |
G. Salanti, A.E. Ades, J.P.A. Ioannidisa (2011), Graphical methods and numerical summaries for presenting results from multiple-treatment meta-analysis: an overview and tutorial, Journal of Clinical Epidemiology 64(2):163-71. [https://doi.org/10.1016/j.jclinepi.2010.03.016]
1 2 3 4 5 6 7 | ########### certolizumab (with baseline risk)
network <- with(certolizumab, {
network.data(Outcomes, Study, Treat, N=N, response = "binomial", Treat.order,
baseline = "common", hy.prior = list("dhnorm", 0, 9.77))
})
result <- network.run(network)
sucra(result)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.