sucra: Calculate SUCRA

Description Usage Arguments References See Also Examples

Description

SUCRA is the surface under the cumulative ranking distribution defined in Salanti et al. (2011)

Usage

1
sucra(result, txnames = NULL, catnames = NULL)

Arguments

result

Object created by network.run function

txnames

Treatment names used in creating legend

catnames

Category names. Only used in multinomial.

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. [https://doi.org/10.1016/j.jclinepi.2010.03.016]

See Also

rank.tx

Examples

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)

MikeJSeo/network-meta documentation built on May 3, 2019, 4:31 p.m.