sucra {bnma} | R Documentation |
Calculate SUCRA
Description
SUCRA is the surface under the cumulative ranking distribution defined in Salanti et al. (2011)
Usage
sucra(result, txnames = NULL, catnames = NULL)
Arguments
result |
Object created by |
txnames |
Treatment names used in creating legend |
catnames |
Category names. Only used in multinomial. |
Value
Returns SUCRA for each treatment
References
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. doi:10.1016/j.jclinepi.2010.03.016
See Also
Examples
########### 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)
[Package bnma version 1.6.0 Index]